Type alias TPhone

TPhone: {
    number?: string;
}

Type declaration

  • Optional number?: string