import {Questao} from "./questao"; export class Atividade { identificador: string; questoes: Array; }