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