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