export type File2 = { id: string; created: boolean; createdAt: number; createdBy: number | null; size: number | null; mime: string | null; sha256: string | null; getUrl: string | null; putUrl: string | null; }; export type File2Get = Partial; export type File2Set = Omit; export type File2Key = Pick; export type File2Filter = File2Get;