export type PakaFile = { id?: string; name?: string; type: string; fileId?: string; uploadTime?: Date; expirationTime?: Date; file?: File; };