build
This commit is contained in:
parent
9d1a3b2a6f
commit
bb7411a5f5
11 changed files with 59 additions and 47 deletions
8
dist-import/produtos/index.d.ts
vendored
8
dist-import/produtos/index.d.ts
vendored
|
|
@ -1,6 +1,2 @@
|
|||
export declare enum chave_produtos {
|
||||
suporte = "suporte",
|
||||
"betha-meio-ambiente" = "betha-meio-ambiente",
|
||||
"e-licencie-gov" = "e-licencie-gov",
|
||||
"e-licencie" = "e-licencie"
|
||||
}
|
||||
import { z } from "zod";
|
||||
export declare const chave_produto: z.ZodEnum<["suporte", "betha-meio-ambiente", "e-licencie-gov", "e-licencie"]>;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
export var chave_produtos;
|
||||
(function (chave_produtos) {
|
||||
chave_produtos["suporte"] = "suporte";
|
||||
chave_produtos["betha-meio-ambiente"] = "betha-meio-ambiente";
|
||||
chave_produtos["e-licencie-gov"] = "e-licencie-gov";
|
||||
chave_produtos["e-licencie"] = "e-licencie";
|
||||
})(chave_produtos || (chave_produtos = {}));
|
||||
import { z } from "zod";
|
||||
export const chave_produto = z.enum([
|
||||
"suporte",
|
||||
"betha-meio-ambiente",
|
||||
"e-licencie-gov",
|
||||
"e-licencie",
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue