export interface RetornoConfiguracaoInterface {
    caminho: string;
    valor: boolean;
}
