Skip to content

Documentation / joplin-api / FolderUpdateRes

Type Alias: FolderUpdateRes

FolderUpdateRes: Pick<FolderProperties, "id" | "title" | "created_time" | "updated_time" | "user_created_time" | "user_updated_time" | "encryption_cipher_text" | "encryption_applied" | "parent_id" | "is_shared"> & CommonType

Defined in

model/FolderUpdateRes.ts:4

Released under the MIT License.