interface FileUploadOpts {
    name?: string;
    type?: string;
}

Properties

Properties

name?: string
type?: string

Generated using TypeDoc