AutoBE
    Preparing search index...

    Interface AutoBeRealizeUuidExpression

    Freshly generated UUID (renders to the target's v4 generator).

    Use for primary keys and other server-issued identifiers, never for values that must come from the request.

    interface AutoBeRealizeUuidExpression {
        type: "uuid";
    }
    Index

    Properties

    Properties

    type: "uuid"

    Type discriminator.