export interface File {
    id: string;
    title: string;
    filename_disk: string;
}
//# sourceMappingURL=types.d.ts.map