import { RequestStockTransferDispatchItemCreateOrUpdate } from './requestStockTransferDispatchItemCreateOrUpdate'; export interface RequestStockTransferDispatchCreateOrUpdate { dispatchDate: string; fromOperationCenter: string; toOperationCenter: string; vehicle: string; inwardDone?: string; items: RequestStockTransferDispatchItemCreateOrUpdate[]; }