Skip to content

Documentation / joplin-api / NoteTagRelated

Type Alias: NoteTagRelated

NoteTagRelated: CommonType & Pick<BaseProperties, "id" | "updated_time" | "created_time" | "user_updated_time" | "user_created_time"> & object

Type declaration

note_id

note_id: string

tag_id

tag_id: string

Defined in

model/NoteTagRelated.ts:4

Released under the MIT License.