Interface ImageUploaderCreationOptions

interface ImageUploaderCreationOptions {
    name: string;
}

Properties

Properties

name: string