UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 191 B
/** VCS webhooks URLs for given hosting and VCS platform */ export interface VcsWebhooks { /** Webhook URL for push events */ push: string; } //# sourceMappingURL=VcsWebhooks.d.ts.map