export interface FortaAgentUserConfig { contextPath?: string; } export interface FortaAgentConfig { contextPath: string; }