This commit is contained in:
Luiz Silva 2025-02-01 16:55:15 -03:00
parent 68407e24ab
commit d4df9ec532
9 changed files with 2 additions and 23 deletions

View file

@ -4,7 +4,6 @@ export * from "./aleatorio"
export * from "./texto_busca"
export * from "./unidades_medida"
export * from "./uuid"
export * from "./provedores"
export * from "./ecosistema"
export * from "./variaveisComuns"
export * from "./tipagemRotas"

View file

@ -1,4 +0,0 @@
export enum provedores {
"betha-sistemas" = "Betha Sistemas",
"e-licencie" = "e-licencie",
}