This commit is contained in:
Luiz H. R. Silva 2024-06-04 16:30:17 -03:00
parent 284484edd5
commit 6d8a9e66b4
27 changed files with 90 additions and 6 deletions

View file

@ -32,3 +32,4 @@ export declare const ztokenQuipo: z.ZodObject<{
}>;
export type tipos_de_acesso_quipo = z.infer<typeof ztokenQuipo>["tipo_de_acesso"];
export type tipoTokenQuipo = z.infer<typeof ztokenQuipo>;
//# sourceMappingURL=tokenQuipo.d.ts.map