Skip to content

Documentation / joplin-api / FolderListAllRes

Type Alias: FolderListAllRes

FolderListAllRes: Pick<FolderProperties, "id" | "parent_id" | "title"> & object & CommonType

Defined in: model/FolderListAllRes.ts:4

Type declaration

children?

optional children: FolderListAllRes[]

note_count

note_count: number

Released under the MIT License.