Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
type alias InstallationAuthOptions
import { type InstallationAuthOptions } from "https://deno.land/x/fathym_everything_as_code@v0.0.390-integration/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; }