export type IQuestion = {
    id: number
    title: string
    
    category: string
    status: string
}