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

Properties

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