From c38d752dc87fb7f5844ec1d7412aba6fa02fa7b4 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Mon, 9 Mar 2026 19:33:49 +0100 Subject: [PATCH] Fix types --- common/src/api/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/api/types.ts b/common/src/api/types.ts index 94b35a04..6b600b43 100644 --- a/common/src/api/types.ts +++ b/common/src/api/types.ts @@ -1,6 +1,6 @@ import {Row} from 'common/supabase/utils' -export type QuestionWithStats = Omit, 'community_importance_score'> & { +export type QuestionWithStats = Row<'compatibility_prompts'> & { answer_count: number score: number community_importance_percent: number