From 36ac78704b16736627972d43554bba54ef84a6e8 Mon Sep 17 00:00:00 2001 From: Hentry Martin Date: Fri, 1 Aug 2025 13:08:25 +0200 Subject: [PATCH] fix: updated types --- types/src/lib/config/hosts.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/src/lib/config/hosts.d.ts b/types/src/lib/config/hosts.d.ts index 2f60eae9..5f0af8e6 100644 --- a/types/src/lib/config/hosts.d.ts +++ b/types/src/lib/config/hosts.d.ts @@ -17,3 +17,4 @@ export declare const ONBOARDING_HOST: string; export declare const TALENT_SEARCH_HOST: string; export declare const ACCOUNT_SETTINGS_HOST: string; export declare const WALLETAPP_HOST: string; +export declare const COPILOT_PORTAL_HOST: string;