KC's Workspace
    Preparing search index...

    Represents the base settings for a configuration.

    interface BaseSetting {
        debug?: WithEnabled<(msg: string) => void>;
        verbose?: WithEnabled<(msg: string) => void>;
    }
    Index
    debug?: WithEnabled<(msg: string) => void>
    verbose?: WithEnabled<(msg: string) => void>