7 lines
174 B
TypeScript
7 lines
174 B
TypeScript
import { type tipoFonteObjeto } from "../../interfaces";
|
|
export declare const fontesEscopo2CompraTermica: tipoFonteObjeto<[
|
|
"tipo",
|
|
"eficiencia"
|
|
], [
|
|
"vapor"
|
|
]>;
|