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

Defined in: model/NoteTagRelated.ts:4

Type declaration

note_id

note_id: string

tag_id

tag_id: string

Released under the MIT License.