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

@ -19,4 +19,4 @@ export declare const ztokenQuipo: z.ZodObject<{
tipo_de_acesso: "publico" | "governo" | "sociedade";
}>;
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>;