Skip to main content

NoteAddedToCollectionOp

@curiouslycory/memai-sdk


@curiouslycory/memai-sdk / NoteAddedToCollectionOp

Type Alias: NoteAddedToCollectionOp

NoteAddedToCollectionOp = NoteOperationBase & object

Defined in: types.ts:265

Represents an operation where a note was added to a collection, as part of a Create Note response.

Type declaration

collection_id

collection_id: string

The ID of the collection to which the note was added.

collection_title

collection_title: string

The title of the collection.

type

type: "added-note-to-collection"