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