Interface MiscConfig

Represents the configuration options, but misc !!!

interface MiscConfig {
    debug: boolean;
    reallyDisableCache: boolean;
}

Properties

debug: boolean
reallyDisableCache: boolean

Generated using TypeDoc