Type alias Conf

Conf: {
    copyDir?: boolean | string;
    debug?: boolean;
    menu: Menu;
}

Type declaration

  • Optional copyDir?: boolean | string

    Deprecated

    Assuming install or systrayBin.install are called & awaited BEFORE you perform any actions, this always happens

  • Optional debug?: boolean

    Deprecated

    Unused

  • menu: Menu

Generated using TypeDoc