import { EnumValue } from '../components/ca-pickup-delivery-block/models/enum-value'; export interface StateResponse { id?: number; countryType?: EnumValue; stateShortName?: string | null; stateName?: string | null; }