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

    Type Alias CRHowToItemDefaultShape<Type>

    CRHowToItemDefaultShape: { requiredQuantity: CRHowToItemRequiredQuantity } & CRListItemDefaultShape<
        Type,
    >

    Serializable CRDT shape for Schema.org HowToItem.

    Schema.org: An item used as either a tool or supply when performing instructions.

    Type Parameters

    • Type = "HowToItem"

    Type Declaration