UNPKG

@oystehr/sdk

Version:

Oystehr SDK

16 lines (14 loc) 347 B
// AUTOGENERATED -- DO NOT EDIT /** * Successfully retrieved fax service configuration. */ export interface FaxGetConfigurationResponse { /** * True if the project is configured with the fax service. */ configured: boolean; /** * An array of fax numbers assigned to your project in E.164 format. */ faxNumbers?: string[]; }