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

    Type Alias EntityObject

    type EntityObject = {
        cdate: number | null;
        guid: string | null;
        mdate: number | null;
        tags: string[];
        [k: string]: any;
    }

    Indexable

    • [k: string]: any
    Index

    Properties

    Properties

    cdate: number | null
    guid: string | null
    mdate: number | null
    tags: string[]