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

    Type Alias CRHowToDirectionDefaultShape<Type>

    CRHowToDirectionDefaultShape: {
        afterMedia: CRSetSnapshot<CRHowToDirectionMedia>;
        beforeMedia: CRSetSnapshot<CRHowToDirectionMedia>;
        duringMedia: CRSetSnapshot<CRHowToDirectionMedia>;
        item: CRListItemItem;
        nextItem: CRListItemRelation;
        performTime: SchemaOrgDuration;
        position: CRListItemPosition;
        prepTime: SchemaOrgDuration;
        previousItem: CRListItemRelation;
        supply: CRSetSnapshot<CRHowToDirectionSupply>;
        tool: CRSetSnapshot<CRHowToDirectionTool>;
        totalTime: SchemaOrgDuration;
    } & CRCreativeWorkDefaultShape<Type>

    Serializable CRDT shape for Schema.org HowToDirection.

    Schema.org: A direction indicating a single action in how-to instructions.

    Type Parameters

    • Type = "HowToDirection"

    Type Declaration