export interface CustomFieldContextDefaultValueURLAsResponse { /** * The ID of the context. */ contextId: string; /** * The default URL. */ url: string; type: "url"; } //# sourceMappingURL=CustomFieldContextDefaultValueURLAsResponse.d.ts.map