@infrasoftbe/vnv-sdk
    Preparing search index...

    Interface IMetaContainer<Type>

    interface IMetaContainer<Type extends NodeType = NodeType> {
        create_dt: number;
        id: string;
        meta: MetadataConstructorMap[Type];
        token: string;
        update_dt: number;
    }

    Type Parameters

    Implemented by

    Index

    Properties

    create_dt: number
    id: string
    token: string
    update_dt: number