export interface Directory { allowSync: string; art: string; composite: string; filters: string; refreshing: string; thumb: string; key: string; type: string; title: string; agent: string; scanner: string; language: string; uuid: string; updatedAt: string; createdAt: string; scannedAt: string; content: string; directory: string; contentChangedAt: string; Location: { id: string; }; } //# sourceMappingURL=Directory.d.ts.map