mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-03-24 17:41:27 -04:00
Fix types
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import {Row} from 'common/supabase/utils'
|
||||
|
||||
export type QuestionWithStats = Omit<Row<'compatibility_prompts'>, 'community_importance_score'> & {
|
||||
export type QuestionWithStats = Row<'compatibility_prompts'> & {
|
||||
answer_count: number
|
||||
score: number
|
||||
community_importance_percent: number
|
||||
|
||||
Reference in New Issue
Block a user