Variable xoTemplateImportDefaultValueSchemaConst
xoTemplateImportDefaultValueSchema: ZodObject<
{
constants: ZodOptional<(...)>;
description: ZodOptional<(...)>;
generate: ZodOptional<(...)>;
icon: ZodOptional<(...)>;
name: ZodOptional<(...)>;
role: ZodOptional<(...)>;
secrets: ZodOptional<(...)>;
templateIdentifier: ZodOptional<(...)>;
variables: ZodOptional<(...)>;
},
$strict,
> = ...
Validation schema for an import default value intent. Extends the base intent with optional view properties that the engine evaluates at runtime to produce human-readable output.