Type alias AresManagerOptions

AresManagerOptions: {
    loader: {
        dirPath: string;
    };
}

Manager options.

Type declaration

  • loader: {
        dirPath: string;
    }

    Loader configuration.

    • dirPath: string

      The path to the directory containing manager data.

Generated using TypeDoc