diff --git a/coral/types/api.d.ts b/coral/types/api.d.ts index ecff02ea74..4f6f50c73a 100644 --- a/coral/types/api.d.ts +++ b/coral/types/api.d.ts @@ -1245,8 +1245,8 @@ export type components = { hasSchema: boolean; /** Format: int32 */ clusterId: number; - topicOwner?: boolean; highestEnv?: boolean; + topicOwner?: boolean; }; TopicBaseConfig: { topicName: string;