build
This commit is contained in:
parent
0b83673746
commit
27b38a491c
6 changed files with 299 additions and 272 deletions
|
|
@ -85,6 +85,11 @@ export const orgaos: { [k in keyof TipoCredenciais]: k } = {
|
|||
SINIR: "SINIR",
|
||||
} as const
|
||||
|
||||
export const objetoCredencial: { [k in keyof typeof orgaos]: z.ZodObject } = {
|
||||
IEMA: zCredenciaisIema,
|
||||
SINIR: zCredenciaisSinir,
|
||||
}
|
||||
|
||||
export type TipoCredenciais = {
|
||||
SINIR: z.infer<typeof zCredenciaisSinir>
|
||||
IEMA: z.infer<typeof zCredenciaisIema>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue