export type UploadS3_IMGUP = {
    ok:boolean,
    url?:string
    error?:Error
}