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