export type IUploaderOptions = {
    requestHashUrl?: string | Function;
    uploadFileKey?: string;
    uploadUrlPrefix?: string;
};
