chore(lint): ignore any types in fichtechnica to comply with expected supabase json schema

This commit is contained in:
2026-08-21 13:01:21 +00:00
parent 1a1465f471
commit c6bbb6dd84
+2
View File
@@ -77,6 +77,7 @@ export interface FichaTecnicaData {
doc_catalogo?: boolean; doc_catalogo?: boolean;
doc_fotos?: boolean; doc_fotos?: boolean;
/* eslint-disable @typescript-eslint/no-explicit-any */
// Informações do projeto // Informações do projeto
info_calculo_estrutural?: any; info_calculo_estrutural?: any;
info_projeto_basico?: any; info_projeto_basico?: any;
@@ -144,6 +145,7 @@ export interface FichaTecnicaData {
visto_exp?: string; visto_exp?: string;
visto_qual?: string; visto_qual?: string;
visto_colunas?: any; visto_colunas?: any;
/* eslint-enable @typescript-eslint/no-explicit-any */
} }
export function useFichaTecnica() { export function useFichaTecnica() {