UNPKG

@oystehr/sdk

Version:

Oystehr SDK

10 lines (9 loc) 212 B
/** * Fax number onboarded successfully. */ export interface FaxOnboardResponse { /** * The fax number that was purchased and assigned to your project in E.164 format. */ faxNumber: string; }