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

    Type Alias EntityConstructor<D, E>

    EntityConstructor: new (...args: any[]) => E & {
        [k in keyof typeof Entity]: typeof Entity[k]
    }

    Type Parameters