define-qa.ts 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 export interface Qa { menuId: number; unitId: number; qaId: number; questionString: string; questionImage: string; choicesId: number[]; choicesString: string[]; answerId: number; answerString: string; answerImage: string; }