ecspresso
    Preparing search index...

    Type Alias AnyPlugin

    Wildcard Plugin type that any concrete plugin is assignable to. Matches the phantom _cfg and _requires properties declared on the Plugin interface.

    type AnyPlugin = {
        _cfg?: WorldConfig;
        _requires?: WorldConfig;
    }
    Index

    Properties

    Properties

    _requires?: WorldConfig