.
This commit is contained in:
parent
766e4716eb
commit
d1afd7376f
6 changed files with 11 additions and 1 deletions
|
|
@ -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<
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue