Interface IUploadParams

interface IUploadParams {
    uploadKey: string;
    urls: string[];
}

Properties

Properties

uploadKey: string
urls: string[]

Generated using TypeDoc