export interface MinisterioVO { idMinisterio?: number, nome?: string, descricao?: string, ativo?: boolean, idPastaCompartilhada?: string; }