import { SessionInfo } from './session-info.type';
export type OntimizeServiceConfig = {
    urlBase?: string;
    session?: SessionInfo;
};
