src/file/type/upload-result.ts
Bucket: string
string
Key: string
export default interface UploadResult { Key: string; Bucket: string; }