File

src/app/contacts/shared/address.model.ts

Index

Properties

Properties

city
city: string
Type : string
country
country: string
Type : string
id
id: number
Type : number
state
state: string
Type : string
street
street: string
Type : string
zipCode
zipCode: string
Type : string
export interface Address {
  street?: string
  state?: string
  country?: string
  city?: string
  zipCode?: string
  id?: number
}

results matching ""

    No results matching ""