Options
All
  • Public
  • Public/Protected
  • All
Menu

In this interface we will see the structure of Contact

interface Contact {
name: string;
phone: string;
}

Hierarchy

  • Contact

Index

Properties

Properties

name: string
phone: string

Generated using TypeDoc