Nymph.js 1.0.0-beta.113
    Preparing search index...

    Type Alias EntityInstanceType<T>

    EntityInstanceType: T extends new () => infer E ? E & EntityDataType<E> : never

    Type Parameters