type Environment = { port: number; host: string; development: boolean; }; type LanyardConfig = { userId: string; instance: string; };