Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
type alias InstallationAuthOptions
import { type InstallationAuthOptions } from "https://deno.land/x/fathym_everything_as_code@v0.0.374/src/src.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; }