Skip to main content

NoteCreatedOp

@curiouslycory/memai-sdk


@curiouslycory/memai-sdk / NoteCreatedOp

Type Alias: NoteCreatedOp

NoteCreatedOp = NoteOperationBase & object

Defined in: types.ts:251

Represents a 'created-note' operation within the CreateNoteResponse. This might be redundant if all details are at the top level of CreateNoteResponse, or it could provide specific context within the operations array.

Type declaration

note_id?

optional note_id: string

The ID of the note, if distinct from the top-level id in CreateNoteResponse.

title?

optional title: string

The title of the note, if distinct from the top-level title.

type

type: "created-note"