Files
ai-agent/web/components/support-chat/close-navigation.ts
T

6 lines
143 B
TypeScript
Raw Normal View History

export const SUPPORT_CHAT_CLOSED_PATH = "/support/chat/closed"
export function getStandaloneClosedUrl() {
return SUPPORT_CHAT_CLOSED_PATH
}