9 lines
219 B
TypeScript
9 lines
219 B
TypeScript
import { type tipoFonteObjeto } from "../../interfaces";
|
|
export declare const residuosSolidosIncineracao: tipoFonteObjeto<[
|
|
"tipoResiduo"
|
|
], [
|
|
"emissao",
|
|
"emissaoCH4",
|
|
"emissaoN2O",
|
|
"emissaoBio"
|
|
]>;
|