This commit is contained in:
Luiz H. R. Silva 2024-06-03 14:08:48 -03:00
parent e1c228dc73
commit 588e3e2d67
4 changed files with 4 additions and 4 deletions

View file

@ -10,4 +10,4 @@ export const ztokenQuipo = z.object({
export type tipos_de_acesso_quipo = z.infer<typeof ztokenQuipo>['tipo_de_acesso']
export type titoTokenQuipo = z.infer<typeof ztokenQuipo>
export type tipoTokenQuipo = z.infer<typeof ztokenQuipo>