File

src/app/core/models/country.ts

Index

Properties

Properties

id
id: string
Type : string
iso_name
iso_name: string
Type : string
name
name: string
Type : string
states
states: CState[]
Type : CState[]
import { CState } from './state';

export class Country {
  id: string;
  iso_name: string;
  name: string;
  states: CState[];
}

results matching ""

    No results matching ""