import { EnumValue } from './enum-value'; export interface DispatchStatusResponse { statusValue?: EnumValue; statusString?: string | null; statusCheckInNumber?: string | null; }