@ascentbv/ts-common - v1.0.221
    Preparing search index...

    Interface Property

    interface Property {
        type: "property";
        property: IDynamicProperty<any, any>;
    }
    Index

    Properties

    Properties

    type: "property"
    property: IDynamicProperty<any, any>