Skip to content

Documentation / joplin-api / FolderListAllRes

Type Alias: FolderListAllRes

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

Type declaration

children?

optional children: FolderListAllRes[]

note_count

note_count: number

Defined in

model/FolderListAllRes.ts:4

Released under the MIT License.