This commit is contained in:
Luiz Silva 2024-10-25 13:13:03 -03:00
parent f832edf1b9
commit 9c06033134
5 changed files with 16 additions and 16 deletions

View file

@ -15,7 +15,7 @@ export declare enum siglas_unidades_medida {
Lt = "Lt"
}
export declare const unidades_medida: {
sigla: keyof typeof siglas_unidades_medida;
sigla_unidade: keyof typeof siglas_unidades_medida;
nome: string;
sigla_normalizada: keyof typeof siglas_unidades_medida;
normalizar: (valor: number) => number;