Skip to main content
Module

x/apiland/webhooks.d.ts>WebhookPayloadPush

The API server for deno.land
Latest
type alias WebhookPayloadPush
import { type WebhookPayloadPush } from "https://deno.land/x/apiland@1.7.2/webhooks.d.ts";
definition: { ref: string; before: string; after: string; created: boolean; deleted: boolean; forced: boolean; base_ref: null; compare: string; commits: Array<unknown>; head_commit: null; repository: PayloadRepository; pusher: WebhookPayloadPushPusher; sender: WebhookPayloadPushSender; }