export default class InitContext { locale?: string; originurl?: string; os?: string; browser?: string; device?: string; longitude?: string; latitude?: string; preChatResponse?: object; chatId?: string; cacheKey?: string; customContextData?: { [key: string]: any; }; portalcontactid?: string; isProactiveChat?: boolean; platform?: string; handle?: string; reconnectId?: string; channelId?: string; }