export class PaisDTO { idPais?: number; nome?: string; sigla?: string; }