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

    Type Alias CRHowToStepDefaultShape<Type>

    CRHowToStepDefaultShape: {
        aggregateElement: CRItemListAggregateElement;
        item: CRListItemItem;
        itemListElement: CRListSnapshot<CRHowToStepElement>;
        itemListOrder: CRItemListOrder;
        nextItem: CRListItemRelation;
        numberOfItems: SchemaOrgInteger;
        position: CRListItemPosition;
        previousItem: CRListItemRelation;
    } & CRCreativeWorkDefaultShape<Type>

    Serializable CRDT shape for Schema.org HowToStep.

    Schema.org: A step in how-to instructions.

    Type Parameters

    • Type = "HowToStep"

    Type Declaration