export type DeleteFileResponse = { id: string; object: string; deleted: boolean; };