Frodo Library - v4.0.0-10
    Preparing search index...

    Type Alias ObjectTypeSkeleton

    type ObjectTypeSkeleton = {
        $schema: string;
        id: string;
        nativeType: string;
        properties: Record<string, ObjectPropertySkeleton>;
        type: "object";
    }
    Index

    Properties

    $schema: string
    id: string
    nativeType: string
    properties: Record<string, ObjectPropertySkeleton>
    type: "object"