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