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

    Type Alias CREnumerationSnapshot<Type>

    CREnumerationSnapshot: CRStructPartialSnapshot<
        CREnumerationDefaultShape<Type>,
        "@id" | "@type" | "identifier",
    >

    Serializable CRDT snapshot for Schema.org Enumeration.

    Type Parameters

    • Type = "Enumeration"