UNPKG

@hhgtech/hhg-components

Version:
13 lines (12 loc) 527 B
import { RedirectSourceType } from "../interfaces/healthTools"; import { SubotBotItem } from "../types"; export declare const isFeatureWhatsAppEnabled: boolean; export declare const isFeatureSMSEnabled: boolean; export declare const isFeatureZaloEnabled: boolean; export declare const isSupportProduct: (featureFlagsProduct: { name: string; }[]) => boolean; export declare const getURLwithSSOTracking: (url: string, { source, botItem }: { source?: RedirectSourceType; botItem?: SubotBotItem; }) => URL;