Current Path : /proc/self/cwd/wp-content/plugins/leadin/scripts/iframe/ |
Current File : //proc/self/cwd/wp-content/plugins/leadin/scripts/iframe/constants.ts |
export const Apps = { Forms: 'integrated-form-app', LiveChat: 'integrated-livechat-app', } as const; export type AppType = typeof Apps[keyof typeof Apps];