Type alias SharedOutFolder
SharedOutFolder: { bucket: null; chunks: null; color: DirColors | null; is_default: 0 | 1; is_sync: 0 | 1; metadata: string; parent: string | null; receiverEmail: null | string; receiverId: null | number; region: null; sharerEmail: string; sharerId: number; timestamp: number; type: "folder" | "file"; uuid: string; writeAccess: 0 | 1; } Type declaration
bucket: null
chunks: null
is_default: 0 | 1
is_sync: 0 | 1
metadata: string
parent: string | null
receiverEmail: null | string
receiverId: null | number
region: null
sharerEmail: string
sharerId: number
timestamp: number
type: "folder" | "file"
uuid: string
writeAccess: 0 | 1