import {Gabarito} from "./gabarito"; export class Questao { id: number; identificador: string; gabaritos: Array; }