ReForged
    Preparing search index...

    Interface MakerConfig<T>

    Common ReForged maker config structure

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

    Type Parameters

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    options?: T

    Maker configuration options.