build
This commit is contained in:
parent
3965cab0f2
commit
0b83673746
5 changed files with 17 additions and 3 deletions
|
|
@ -80,6 +80,11 @@ export const zCredenciaisIema = z.object({
|
|||
senha: z.string().optional(),
|
||||
})
|
||||
|
||||
export const orgaos: { [k in keyof TipoCredenciais]: k } = {
|
||||
IEMA: "IEMA",
|
||||
SINIR: "SINIR",
|
||||
} as const
|
||||
|
||||
export type TipoCredenciais = {
|
||||
SINIR: z.infer<typeof zCredenciaisSinir>
|
||||
IEMA: z.infer<typeof zCredenciaisIema>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue