This commit is contained in:
marcio 2025-11-18 08:32:58 -03:00
parent 3f8faa35a2
commit c8bc47d515
8 changed files with 47 additions and 3 deletions

View file

@ -11,6 +11,7 @@ export * from "./local"
export * from "./logger"
export * from "./logger"
export * from "./postgres"
export * from "./produtos"
export * from "./testes-de-variaveis"
export * from "./texto_busca"
export * from "./tipagemRotas"

4
src/produtos.ts Normal file
View file

@ -0,0 +1,4 @@
export enum Produtos {
"e-licencie" = "e-licencie",
"gov.e-licencie" = "gov.e-licencie",
}