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

    Type Alias EntityJson<T>

    type EntityJson<T extends EntityConstructor = EntityConstructor> = {
        cdate: number | null;
        class: T["class"];
        data: EntityData;
        guid: string | null;
        mdate: number | null;
        tags: string[];
    }

    Type Parameters

    Index

    Properties

    cdate: number | null
    class: T["class"]
    guid: string | null
    mdate: number | null
    tags: string[]