Represents the context for Logus organization configuration. This context includes the octokit instance and the organization payload.
octokit
type LogusOrgConfigContext = { octokit: LogusOctokit } & { payload: { organization: { login: string } } }
Represents the context for Logus organization configuration. This context includes the
octokitinstance and the organization payload.