7 lines
172 B
TypeScript
7 lines
172 B
TypeScript
import { type tipoFonteObjeto } from "../../../interfaces";
|
|
export declare const fontesEscopo1Rodoviario3: tipoFonteObjeto<[
|
|
"tipo",
|
|
"ano"
|
|
], [
|
|
"distancia"
|
|
]>;
|