import type { StarterScreenConfig } from "@prototype/lib/prototypes/starter-screen-config-types"; export function defineStarterScreenConfig( config: StarterScreenConfig, ): StarterScreenConfig { return config; }