/*! * Copyright Adaptavist 2022 (c) All rights reserved */ export interface CustomFieldContextProjectMappingAsResponse { /** * The ID of the context. */ contextId: string; /** * Whether context is global. */ isGlobalContext?: boolean; /** * The ID of the project. */ projectId?: string; } //# sourceMappingURL=CustomFieldContextProjectMappingAsResponse.d.ts.map