@oystehr/sdk
Version:
Oystehr SDK
16 lines (14 loc) • 347 B
text/typescript
// 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[];
}