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

    Type Alias CREnumerationDefaultShape<Type>

    CREnumerationDefaultShape: {
        supersededBy: CRSetSnapshot<CREnumerationSupersededBy>;
    } & CRIntangibleDefaultShape<Type>

    Serializable CRDT shape for Schema.org Enumeration.

    Schema.org: Lists or enumerations.

    Type Parameters

    • Type = "Enumeration"

    Type Declaration