Type Alias LogusOrgConfigContext

Source
Expand description

Represents the context for Logus organization configuration. This context includes the octokit instance and the organization payload.

type LogusOrgConfigContext = { octokit: LogusOctokit } & { payload: { organization: { login: string } } }