import { EnumValue } from "../enumValue"; export interface LoadStatusResponse { statusValue?: EnumValue; statusString?: string | null; statusCheckInNumber?: string | null; }