interface BulkEditChargedHistoryInput {
    actions: (DeleteChargedHistoryInstance | CreateChargedHistoryInstance)[];
    carrierId: number;
    dryrun: boolean;
}

Properties

carrierId: number
dryrun: boolean