interface UploadOption extends Omit { type?: string; other?: any; fileName?: string; }