Type alias DirContentFolder
DirContentFolder: { color: DirColors; favorited: 0 | 1; is_default: 0 | 1; is_sync: 0 | 1; name: string; parent: string; timestamp: number; uuid: string; } Type declaration
favorited: 0 | 1
is_default: 0 | 1
is_sync: 0 | 1
name: string
parent: string
timestamp: number
uuid: string