: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
interface KeyStringObject {
export type ContentEmbedDetails = {
export interface LeadinConfig {
connectionStatus?: 'Connected' | 'NotConnected';
didDisconnect: '1' | '0';
formsScriptPayload: string;
lastAuthorizeTime: string;
lastDeauthorizeTime: string;
lastDisconnectTime: string;
leadinPluginVersion: string;
leadinQueryParams: KeyStringObject;
plugins: KeyStringObject;
reviewSkippedDate: string;
trackConsent?: boolean | string;
contentEmbed: ContentEmbedDetails;
requiresContentEmbedScope?: boolean;
requiresContentEmbedScope,
}: //@ts-expect-error global
LeadinConfig = window.leadinConfig;
requiresContentEmbedScope,