Skip to content

Documentation / joplin-api / FolderCreateRes

Type Alias: FolderCreateRes

FolderCreateRes: Pick<FolderProperties, "id" | "title" | "parent_id" | "updated_time" | "created_time" | "user_updated_time" | "user_created_time"> & CommonType

Defined in

model/FolderCreateRes.ts:4

Released under the MIT License.