Chatoyant - v0.2.1
    Preparing search index...

    Interface SchemaConstructor<T>

    Constructor type for Schema classes.

    interface SchemaConstructor<T extends SchemaInstance = SchemaInstance> {
        new SchemaConstructor(): T;
    }

    Type Parameters

    Index

    Constructors

    Constructors