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

    Type Alias CRHowToItemSnapshot<Type>

    CRHowToItemSnapshot: CRStructPartialSnapshot<
        CRHowToItemDefaultShape<Type>,
        "@id" | "@type" | "identifier",
    >

    Serializable CRDT snapshot for Schema.org HowToItem.

    Type Parameters

    • Type = "HowToItem"