build
This commit is contained in:
parent
aac9eb143b
commit
102fa0c78b
14 changed files with 72 additions and 12 deletions
|
|
@ -1,5 +1,9 @@
|
|||
import { respostaComuns } from "p-respostas";
|
||||
import { z } from "zod";
|
||||
export const zp_deletar_registros = z.object({
|
||||
tabela: z.string(),
|
||||
codigos: z.array(z.string()),
|
||||
});
|
||||
export const zAmbiente = z.enum(["desenvolvimento", "producao"]);
|
||||
export const PREFIXO_PILAO = "/pilao-de-dados";
|
||||
export const validarZ = (zodType, objeto, mensagem) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue