export interface IV6Menu {
    ProjetoIcone: string;
    Projeto: string;
    Titulo: string;
    RotaV6: string;
    RotaOS: string;
}
