github.deployment
Home > @runlightyear/github > Deployment
Deployment type
Documentation: https://docs.github.com/webhooks-and-events/webhooks/webhook-events-and-payloads\#deployment
Signature:declare type Deployment = {
url: string;
id: number;
nodeId: string;
sha: string;
ref: string;
task: string;
payload: object | string;
originalEnvironment?: string;
environment: string;
description: string | null;
creator: User;
createdAt: string;
updatedAt: string;
statusesUrl: string;
repositoryUrl: string;
transientEnvironment: boolean;
productionEnvironment: boolean;
performedViaGithubApp: object;
};