export interface CustomFieldContextDefaultValueMultipleGroupPicker { /** * The ID of the context. */ contextId: string; /** * The IDs of the default groups. */ groupIds: Array; type: "grouppicker.multiple"; } //# sourceMappingURL=CustomFieldContextDefaultValueMultipleGroupPicker.d.ts.map