chore: fix api reports

Signed-off-by: benjdlambert <ben@blam.sh>
This commit is contained in:
benjdlambert
2025-12-11 10:47:44 +01:00
parent a26a3229bc
commit 45146fbbc7
+1
View File
@@ -665,6 +665,7 @@ export type GithubAppConfig = {
clientId: string;
clientSecret: string;
allowedInstallationOwners?: string[];
publicAccess?: boolean;
};
// @public