@hhgtech/hhg-components
Version:
Hello Health Group common components
13 lines (12 loc) • 527 B
TypeScript
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;