@apideck/node
Version:
Apideck Node.js SDK
11 lines (10 loc) • 487 B
TypeScript
/**
*
* @export
* @interface ExecuteWebhookEventsRequest
*/
export interface ExecuteWebhookEventsRequest extends Array<any> {
}
export declare function ExecuteWebhookEventsRequestFromJSON(json: any): ExecuteWebhookEventsRequest;
export declare function ExecuteWebhookEventsRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): ExecuteWebhookEventsRequest;
export declare function ExecuteWebhookEventsRequestToJSON(value?: ExecuteWebhookEventsRequest | null): any;