NoteCreatedOp
@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?
optionalnote_id:string
The ID of the note, if distinct from the top-level id in CreateNoteResponse.
title?
optionaltitle:string
The title of the note, if distinct from the top-level title.
type
type:
"created-note"