import { z } from "zod"; export const chave_produto = z.enum([ "suporte", "betha-meio-ambiente", "e-licencie-gov", "e-licencie", ]);