Variable CustomFieldContextDefaultValueForgeObjectFieldSchemaConst
CustomFieldContextDefaultValueForgeObjectFieldSchema: ZodObject<
{
contextId: ZodString;
object: ZodOptional<ZodRecord<ZodString, ZodAny>>;
type: ZodEnum<{ "forge.object": "forge.object" }>;
},
$loose,
> = ...
The default value for a Forge object custom field.