/** * Model: GetWebhookRequests200Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { WebhookV2Request } from '../webhook-v2-request'; export interface GetWebhookRequests200Response { /** An array of webhook requests. */ requests: WebhookV2Request[]; } //# sourceMappingURL=get-webhook-requests200-response.d.ts.map