Delta-Pack - v0.2.9
    Preparing search index...

    Interface ObjectType

    interface ObjectType {
        type: "object";
        properties: Record<string, PropertyType>;
        name: string;
    }
    Index

    Properties

    Properties

    type: "object"
    properties: Record<string, PropertyType>
    name: string