File

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

Index

Properties

Properties

email
email: string
Type : string
emailType
emailType: EmailType
Type : EmailType
id
id: number
Type : number
import {EmailType} from "./email-type.type";

export interface Email {
  emailType: EmailType
  email: string
  id?: number
}

results matching ""

    No results matching ""