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

6 lines
127 B
TypeScript

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