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

    Type Alias CRItemListSnapshot<Type>

    CRItemListSnapshot: CRStructPartialSnapshot<
        CRItemListDefaultShape<Type>,
        "@id" | "@type" | "identifier",
    >

    Serializable CRDT snapshot for Schema.org ItemList.

    Type Parameters

    • Type = "ItemList"