IQRF Gateway Daemon JsCache component configuration

interface IqrfGatewayDaemonJsCache {
    checkPeriodInMinutes: number;
    component: IqrfJsCache;
    downloadIfRepoCacheEmpty: boolean;
    instance: string;
    urlRepo: string;
}

Hierarchy (View Summary)

Properties

checkPeriodInMinutes: number
component: IqrfJsCache
downloadIfRepoCacheEmpty: boolean
instance: string
urlRepo: string