Variable: CustomFieldContextDefaultValueForgeObjectFieldSchema
ts
const CustomFieldContextDefaultValueForgeObjectFieldSchema: ZodObject<{
contextId: ZodString;
object: ZodOptional<ZodRecord<ZodString, ZodAny>>;
type: ZodEnum<{
forge.object: "forge.object";
}>;
}, $loose>;Defined in: src/cloud/models/customFieldContextDefaultValueForgeObjectField.ts:5
The default value for a Forge object custom field.