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