build
This commit is contained in:
parent
1de446f80d
commit
8c576ba89c
6 changed files with 14 additions and 1 deletions
|
|
@ -6,6 +6,9 @@ export const ztokenQuipo = z.object({
|
|||
codigo_prefeitura: z.string(),
|
||||
tipo_acesso: z.string(),
|
||||
nome: z.string(),
|
||||
tipos_de_acesso: z.enum(['publico', 'governo', 'sociedade']),
|
||||
})
|
||||
|
||||
export type tipos_de_acesso_quipo = z.infer<typeof ztokenQuipo>['tipos_de_acesso']
|
||||
|
||||
export type titoTokenQuipo = z.infer<typeof ztokenQuipo>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue