Interface IUploadParamsOverride

interface IUploadParamsOverride {
    bodyFileProperty: string;
    headers: Record<string, string>;
    listUrl: string;
    requestBody: Record<string, unknown>;
}

Properties

bodyFileProperty: string
headers: Record<string, string>
listUrl: string
requestBody: Record<string, unknown>