AutoBE
    Preparing search index...

    Interface AutoBeRealizeObjectExpression

    Object literal mapping property names to sub-expressions.

    The primary shape for persistence payloads and nested input objects. Property names must match the target schema; each value is itself an expression node, never a raw JSON value.

    interface AutoBeRealizeObjectExpression {
        properties: Record<string, AutoBeRealizeExpression>;
        type: "object";
    }
    Index

    Properties

    Properties

    properties: Record<string, AutoBeRealizeExpression>

    Property name to value-expression map.

    type: "object"

    Type discriminator.