Variable CustomFieldContextDefaultValueForgeStringFieldSchemaConst
CustomFieldContextDefaultValueForgeStringFieldSchema: ZodObject<
{
contextId: ZodString;
text: ZodOptional<ZodString>;
type: ZodEnum<{ "forge.string": "forge.string" }>;
},
$loose,
> = ...
The default text for a Forge string custom field.