Type alias BulkJsonDataRequestArg

BulkJsonDataRequestArg: {
    bulkDataBody: BulkDataBody;
    groupId: string;
}

Type declaration