export interface CustomFieldContextDefaultValueSingleGroupPicker { /** * The ID of the context. */ contextId: string; /** * The ID of the the default group. */ groupId: string; type: "grouppicker.single"; } //# sourceMappingURL=CustomFieldContextDefaultValueSingleGroupPicker.d.ts.map