This commit is contained in:
Luiz H. R. Silva 2024-06-04 10:53:17 -03:00
parent 766e4716eb
commit d1afd7376f
6 changed files with 11 additions and 1 deletions

View file

@ -13,6 +13,8 @@ export const ztokenQuipo = z.object({
codigo_acesso_produto: z.string(),
tipo_de_acesso: z.enum(["publico", "governo", "sociedade"]),
exp: z.number().optional(),
})
export type tipos_de_acesso_quipo = z.infer<