Interface OriginalQuestion

Hierarchy

Properties

answers: {
    hasVerified: boolean;
    nodes: OriginalAnswer[];
}

Type declaration

attachments: OriginalAttachments
canBeAnswered: boolean
content: string
created: string
eduLevel?: number
grade: {
    name: string;
}

Type declaration

  • name: string
id: string
isClosed: boolean
lastActivity?: string
points: number
pointsForAnswer: number
pointsForBestAnswer: number
subject: {
    id: string;
    name: string;
}

Type declaration

  • id: string
  • name: string

Generated using TypeDoc v0.23.16