interface CrmEnvConfig {
    apiKey?: string;
    cookies?: Cookie[];
    customer?: string;
    id?: string;
    logOff?: boolean;
    pwd?: string;
    retryWithNewSession?: boolean;
    url?: string;
    useCookies?: boolean;
    useFetchQueue?: boolean;
    user?: string;
}

Properties

apiKey?: string
cookies?: Cookie[]
customer?: string
id?: string
logOff?: boolean
pwd?: string
retryWithNewSession?: boolean
url?: string
useCookies?: boolean
useFetchQueue?: boolean
user?: string