interface Phone { default?: string | null; type?: string | null; number?: string | null; } export type { Phone, Phone as default };