UNPKG

@firestitch/address

Version:
8 lines (7 loc) 192 B
import { IAddressRegion } from './address-region.interface'; export interface IAddressCountry { code: string; name: string; regionLabel?: string; regions?: IAddressRegion[]; }