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