2 lines
95 B
TypeScript
2 lines
95 B
TypeScript
import { Produto } from "./tipagem";
|
|
export declare const produto_suporte: Produto<"suporte">;
|