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

    Type Alias CRHowToTipState<Type>

    CRHowToTipState: {
        item: CRListItemItem;
        nextItem: CRListItemRelation;
        position: CRListItemPosition;
        previousItem: CRListItemRelation;
    } & CRCreativeWorkState<Type>

    Runtime CRDT state surface for Schema.org HowToTip.

    Type Parameters

    • Type = "HowToTip"

    Type Declaration