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