@xo-cash/utils
    Preparing search index...

    Variable xoTemplateOutputIntentSchemaConst

    xoTemplateOutputIntentSchema: ZodObject<
        {
            constants: ZodOptional<(...)>;
            generate: ZodOptional<(...)>;
            output: ZodString;
            role: ZodOptional<(...)>;
            secrets: ZodOptional<(...)>;
            templateIdentifier: ZodOptional<(...)>;
            variables: ZodOptional<(...)>;
        },
        $strict,
    > = ...

    Validation schema for an output intent. Extends the base intent structure with an output identifier. Used in the template's defaults block.

    {
    "defaults": {
    "change": { "output": "..." } ← this schema
    }
    }