AutoBE
    Preparing search index...

    Interface AutoBeRealizeUndefinedExpression

    Explicit undefined, i.e. an omitted property.

    Use for the absent branch of an optional relation assignment (belongsTo, hasOne, hasMany), so the field is skipped rather than nulled.

    interface AutoBeRealizeUndefinedExpression {
        type: "undefined";
    }
    Index

    Properties

    Properties

    type: "undefined"

    Type discriminator.