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>Membership

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

The membership between the user and the organization. Not present when the action is member_invited.

Properties

url: string
state: string

The state of the user's membership in the team.

role: string

The role of the user in the team.

organization_url: string
user: User