Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UpdateWebhookOutput

import type { UpdateWebhookOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface UpdateWebhookOutput {
webhook?: Webhook | null;
}

§Properties

§
webhook?: Webhook | null
[src]

Information about a repository's webhook that is associated with a project in CodeBuild.