Variable: CustomFieldContextDefaultValueSingleGroupPickerSchema
ts
const CustomFieldContextDefaultValueSingleGroupPickerSchema: ZodObject<{
contextId: ZodString;
groupId: ZodString;
type: ZodEnum<{
grouppicker.single: "grouppicker.single";
}>;
}, $loose>;Defined in: src/cloud/models/customFieldContextDefaultValueSingleGroupPicker.ts:5
The default value for a group picker custom field.