UNPKG

@oystehr/sdk

Version:

Oystehr SDK

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