Interface CONFIG

Config

Remarks

Stores config file

interface CONFIG {
    data: CONFIG_DATA;
    file: string;
    ready: boolean;
    type: "config";
}

Properties

Properties

file: string
ready: boolean
type: "config"

Generated using TypeDoc