export interface PaisVO { idPais?: number; nome?: string; sigla?: string; }