UNPKG

@idfy/sdk

Version:
19 lines (18 loc) 330 B
export interface ContactDetails { /** * The name of the company. */ name?: string; /** * The phone number of the company. */ phone?: string; /** * The email address of the company. */ email: string; /** * The URL to the company's website. */ url?: string; }