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

    Type Alias CRHowToItemState<Type>

    CRHowToItemState: { requiredQuantity: CRHowToItemRequiredQuantity } & CRListItemState<
        Type,
    >

    Runtime CRDT state surface for Schema.org HowToItem.

    Type Parameters

    • Type = "HowToItem"

    Type Declaration