@sovereignbase/schema-crdt
    Preparing search index...

    Type Alias CRStructuredValueSnapshot<Type>

    CRStructuredValueSnapshot: CRStructPartialSnapshot<
        CRStructuredValueDefaultShape<Type>,
        "@id" | "@type" | "identifier",
    >

    Serializable CRDT snapshot for Schema.org StructuredValue.

    Type Parameters

    • Type = "StructuredValue"