build
This commit is contained in:
parent
e1c228dc73
commit
588e3e2d67
4 changed files with 4 additions and 4 deletions
2
dist-import/tokenQuipo.d.ts
vendored
2
dist-import/tokenQuipo.d.ts
vendored
|
|
@ -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>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue