import type { CodemationFrontendAuthSnapshot } from "./CodemationFrontendAuthSnapshot"; export type FrontendAppConfig = Readonly<{ auth: CodemationFrontendAuthSnapshot; productName: string; logoUrl: string | null; }>;