@archastro/sdk
    Preparing search index...

    Variable expressionResultSchemaConst

    expressionResultSchema: ZodObject<
        {
            output: ZodOptional<
                ZodArray<
                    ZodRecord<ZodString, ZodType<{} | null, ZodTypeDef, {} | null>>,
                    "many",
                >,
            >;
            result: ZodType<{} | null, ZodTypeDef, {} | null>;
        },
        "strip",
        ZodTypeAny,
        { output?: Record<string, {} | null>[]; result: {} | null },
        { output?: Record<string, {} | null>[]; result: {} | null },
    > = ...

    Runtime validator for ExpressionResult.