Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Properties

action: "member_invited"
invitation: { id: number; node_id: string; login: string; email: string | null; role: string; created_at: string; failed_at: string | null; failed_reason: string | null; inviter: User; team_count: number; invitation_teams_url: string; }

The invitation for the user or email if the action is member_invited.

user: User
sender: User
optional
installation: InstallationLite
organization: Organization