export interface HostedSessionConfig { sessionName: string; trackId: string; carIds: string[]; }