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

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",
}