Variable: CustomFieldContextDefaultValueForgeMultiGroupFieldSchema
ts
const CustomFieldContextDefaultValueForgeMultiGroupFieldSchema: ZodObject<{
contextId: ZodString;
groupIds: ZodArray<ZodString>;
type: ZodEnum<{
forge.group.list: "forge.group.list";
}>;
}, $loose>;Defined in: src/cloud/models/customFieldContextDefaultValueForgeMultiGroupField.ts:5
The default value for a Forge collection of groups custom field.