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