zibri
    Preparing search index...
    ObjectPropertyMetadata: BasePropertyMetadata & {
        cls: () => Newable<unknown>;
        type: "object";
    }

    Metadata for object properties.

    Type declaration

    • cls: () => Newable<unknown>

      The class that defines the structure of the object.

    • type: "object"

      The type of the property.