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