Common ReForged maker config structure

interface MakerConfig<T extends MakerOptions> {
    options?: T;
}

Type Parameters

Hierarchy (View Summary)

Properties

Properties

options?: T

Maker configuration options.