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

    Type Alias CRHowToSectionDefaultShape<Type>

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

    Serializable CRDT shape for Schema.org HowToSection.

    Schema.org: A sub-grouping of how-to steps.

    Type Parameters

    • Type = "HowToSection"

    Type Declaration