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

    Type Alias CRHowToTipDefaultShape<Type>

    CRHowToTipDefaultShape: {
        item: CRListItemItem;
        nextItem: CRListItemRelation;
        position: CRListItemPosition;
        previousItem: CRListItemRelation;
    } & CRCreativeWorkDefaultShape<Type>

    Serializable CRDT shape for Schema.org HowToTip.

    Schema.org: Supplementary information in how-to instructions.

    Type Parameters

    • Type = "HowToTip"

    Type Declaration