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

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

Properties

action: "changed"
effective_date: string
sender: { login: string; id: number; avatar_url: string; gravatar_id: string; url: string; html_url: string; followers_url: string; following_url: string; gists_url: string; starred_url: string; subscriptions_url: string; organizations_url: string; repos_url: string; events_url: string; received_events_url: string; type: string; site_admin: boolean; email: string; }
marketplace_purchase: MarketplacePurchase & { next_billing_date: string; }
optional
previous_marketplace_purchase: MarketplacePurchase