export interface CustomFieldContextProjectMappingAsResponse { /** * The ID of the context. */ contextId: string; /** * The ID of the project. */ projectId?: string; /** * Whether context is global. */ isGlobalContext?: boolean; } //# sourceMappingURL=CustomFieldContextProjectMappingAsResponse.d.ts.map