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

    Type Alias CRWebPageDefaultShape<Type>

    CRWebPageDefaultShape: {
        breadcrumb: CRSetSnapshot<CRWebPageBreadcrumb>;
        lastReviewed: SchemaOrgDate;
        mainContentOfPage: CRSetSnapshot<CRWebPageMainContent>;
        primaryImageOfPage: CRSetSnapshot<CRWebPagePrimaryImage>;
        relatedLink: CRSetSnapshot<SchemaOrgURL>;
        reviewedBy: CRSetSnapshot<CRWebPageReviewedBy>;
        significantLink: CRSetSnapshot<SchemaOrgURL>;
        speakable: CRSetSnapshot<CRWebPageSpeakable>;
        specialty: CRSetSnapshot<CRWebPageSpecialty>;
    } & CRCreativeWorkDefaultShape<Type>

    Serializable CRDT shape for Schema.org WebPage.

    Schema.org: A web page.

    Type Parameters

    • Type = "WebPage"

    Type Declaration