This commit is contained in:
Nathan Flurry 2026-03-14 14:37:40 -07:00
parent 70d31f819c
commit 4d20f39d4f
47 changed files with 2605 additions and 669 deletions

View file

@ -50,6 +50,8 @@ export interface FoundryGithubState {
importedRepoCount: number;
lastSyncLabel: string;
lastSyncAt: number | null;
lastWebhookAt: number | null;
lastWebhookEvent: string;
}
export interface FoundryOrganizationSettings {