export type StereoFile = { ID: string; Name: string; Owner: string; Size: number; CreatedAt: string; Mime: string; }