Skip to main content
Go to Latest
type alias InstallationAuthOptions
import { type InstallationAuthOptions } from "https://deno.land/x/fathym_everything_as_code@v0.0.414-integration/src/octokit.deps.ts";

Users SHOULD only enter repositoryIds || repositoryNames. However, this moduke still passes both to the backend API to let the API decide how to handle the logic. We just throw the reponse back to the client making the request.

definition: { [key: string]: unknown; type: "installation"; installationId?: number | string; repositoryIds?: number[]; repositoryNames?: string[]; permissions?: Permissions; refresh?: boolean; factory?: never; }