@grandlinex/kernel
    Preparing search index...

    Interface ICoreEntityMetaInterface

    interface ICoreEntityMetaInterface {
        key: string;
        meta: ColumnPropMap<any>;
    }
    Index

    Properties

    Properties

    key: string
    meta: ColumnPropMap<any>