This commit is contained in:
Luiz H. R. Silva 2024-06-06 19:05:03 -03:00
parent bb7411a5f5
commit 0da74b1ff2
9 changed files with 15 additions and 15 deletions

View file

@ -1,2 +1,2 @@
import { z } from "zod";
export declare const chave_produto: z.ZodEnum<["suporte", "betha-meio-ambiente", "e-licencie-gov", "e-licencie"]>;
export declare const chaves_produto: z.ZodEnum<["suporte", "betha-meio-ambiente", "e-licencie-gov", "e-licencie"]>;

View file

@ -1,5 +1,5 @@
import { z } from "zod";
export const chave_produto = z.enum([
export const chaves_produto = z.enum([
"suporte",
"betha-meio-ambiente",
"e-licencie-gov",