export interface ComandoNovoInterface {
    nome: string;
}
