export interface FormDataParam {
    key: string;
    value: string | Blob;
}
