import type { CodemationFrontendAuthProviderSnapshot } from "./CodemationFrontendAuthSnapshot"; export type PublicFrontendBootstrap = Readonly<{ credentialsEnabled: boolean; logoUrl: string | null; oauthProviders: ReadonlyArray; productName: string; uiAuthEnabled: boolean; cpWebOrigin?: string; }>;