import type { CodemationAuthConfig } from "../config/CodemationAuthConfig"; import type { CodemationFrontendAuthProviderSnapshot } from "./CodemationFrontendAuthSnapshot"; export type InternalAuthBootstrap = Readonly<{ authConfig: CodemationAuthConfig | undefined; credentialsEnabled: boolean; oauthProviders: ReadonlyArray; uiAuthEnabled: boolean; }>;