Files
spacedrive/packages/core/bindings/Library.ts
2021-12-25 23:26:00 -08:00

2 lines
251 B
TypeScript

export interface Library { id: number, name: string, is_primary: boolean, remote_id: string | null, total_file_count: number | null, total_bytes_used: string | null, total_byte_capacity: string | null, date_created: string, timezone: string | null, }