Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
type alias InstallationAuthOptions
import { type InstallationAuthOptions } from "https://deno.land/x/fathym_everything_as_code@v0.0.351/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; }