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"; tipo_de_acesso: "publico" | "governo" | "sociedade";
}>; }>;
export type tipos_de_acesso_quipo = z.infer<typeof ztokenQuipo>['tipo_de_acesso']; 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>;

View file

@ -19,4 +19,4 @@ export declare const ztokenQuipo: z.ZodObject<{
tipo_de_acesso: "publico" | "governo" | "sociedade"; tipo_de_acesso: "publico" | "governo" | "sociedade";
}>; }>;
export type tipos_de_acesso_quipo = z.infer<typeof ztokenQuipo>['tipo_de_acesso']; 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>;

View file

@ -1,6 +1,6 @@
{ {
"name": "~drives", "name": "~drives",
"version": "0.5.0", "version": "0.6.0",
"description": "", "description": "",
"main": "src/index.ts", "main": "src/index.ts",
"exports": { "exports": {

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 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>