/** * Model: GetTeamWebhooks200Response * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ import { WebhookV2 } from '../webhook-v2'; export interface GetTeamWebhooks200Response { /** An array of webhooks. */ webhooks: WebhookV2[]; } //# sourceMappingURL=get-team-webhooks200-response.d.ts.map