build
This commit is contained in:
parent
3f8faa35a2
commit
c8bc47d515
8 changed files with 47 additions and 3 deletions
|
|
@ -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
4
src/produtos.ts
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
export enum Produtos {
|
||||
"e-licencie" = "e-licencie",
|
||||
"gov.e-licencie" = "gov.e-licencie",
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue