/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface CustomFieldContextDefaultValueMultiUserPicker { /** * The IDs of the default users. */ accountIds: Array; /** * The ID of the context. */ contextId: string; type: string; } //# sourceMappingURL=CustomFieldContextDefaultValueMultiUserPicker.d.ts.map