Skip to content

Documentation / joplin-api / NoteCreateRes

Type Alias: NoteCreateRes

NoteCreateRes: Pick<NoteProperties, "id" | "title" | "body" | "parent_id" | "markup_language" | "updated_time" | "created_time" | "source" | "source_application" | "user_updated_time" | "user_created_time"> & CommonType

Defined in

model/NoteCreateRes.ts:4

Released under the MIT License.