ch-api-client-typescript2
Version:
Openapi generated typescript-axios client for CloudHospital
45 lines • 1.26 kB
TypeScript
/**
* CloudHospital Api
* CloudHospital application with Swagger, Swashbuckle, and API versioning.
*
* The version of the OpenAPI document: 2
* Contact: developer@icloudhospital.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
import { EmailRecipient } from './email-recipient';
import { ZohoDealClosedWonWebhookPdfData } from './zoho-deal-closed-won-webhook-pdf-data';
/**
*
* @export
* @interface ZohoDealClosedWonWebhookCommand
*/
export interface ZohoDealClosedWonWebhookCommand {
/**
*
* @type {string}
* @memberof ZohoDealClosedWonWebhookCommand
*/
'$type'?: string | null;
/**
*
* @type {ZohoDealClosedWonWebhookPdfData}
* @memberof ZohoDealClosedWonWebhookCommand
*/
'data'?: ZohoDealClosedWonWebhookPdfData;
/**
*
* @type {string}
* @memberof ZohoDealClosedWonWebhookCommand
*/
'recordId'?: string | null;
/**
*
* @type {Array<EmailRecipient>}
* @memberof ZohoDealClosedWonWebhookCommand
*/
'recipients'?: Array<EmailRecipient> | null;
}
//# sourceMappingURL=zoho-deal-closed-won-webhook-command.d.ts.map