Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/actionify/src/deps/octokit-types.ts>TeamEditedEvent

Create and manage your GitHub workflows with TypeScript and Deno.
Latest
interface TeamEditedEvent
import { type TeamEditedEvent } from "https://deno.land/x/actionify@0.3.0/src/deps/octokit-types.ts";

Properties

action: "edited"
changes: { description?: { from: string; }; name?: { from: string; }; privacy?: { from: string; }; repository?: { permissions: { from: { admin?: boolean; pull?: boolean; push?: boolean; }; }; }; }

The changes to the team if the action was edited.

team: Team
optional
repository: Repository
sender: User
organization: Organization
optional
installation: InstallationLite