File

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

Index

Properties

Properties

id
id: number
Type : number
phone
phone: string
Type : string
phoneType
phoneType: PhoneType
Type : PhoneType
import {PhoneType} from "./phone-type.type";

export interface Phone {
  phoneType: PhoneType
  phone: string
  id?: number
}

results matching ""

    No results matching ""