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

    Type Alias CRContactPointDefaultShape<Type>

    CRContactPointDefaultShape: {
        areaServed: CRSetSnapshot<CRContactPointAreaServed>;
        availableLanguage: CRSetSnapshot<CRContactPointAvailableLanguage>;
        contactOption: CRSetSnapshot<CRContactPointContactOption>;
        contactType: SchemaOrgText;
        email: SchemaOrgText;
        faxNumber: SchemaOrgText;
        hoursAvailable: CRSetSnapshot<CRContactPointHoursAvailable>;
        productSupported: CRSetSnapshot<CRContactPointProductSupported>;
        telephone: SchemaOrgText;
    } & CRStructuredValueDefaultShape<Type>

    Serializable CRDT shape for Schema.org ContactPoint.

    Schema.org: A contact point, for example a customer complaints department.

    Type Parameters

    • Type = "ContactPoint"

    Type Declaration