UNPKG

@redox-contrib/models

Version:

Typescript definitions for the Redox API.

6 lines (5 loc) 115 B
export interface PhoneNumber { Home?: string | null; Office?: string | null; Mobile?: string | null; }