Type Alias LogusOctokit

Source
Expand description

Represents selected properties of the octokit object from the Probot context.

type LogusOctokit = Pick<Context["octokit"], "graphql" | "rest" | "config" | "pulls" | "repos">