implementado drive pilão de dados
This commit is contained in:
parent
a1e543cfb8
commit
daae40f4b2
54 changed files with 1476 additions and 19 deletions
2
dist-import/ts/ambiente.d.ts
vendored
Normal file
2
dist-import/ts/ambiente.d.ts
vendored
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import { z } from "zod";
|
||||
export declare const zAmbiente: z.ZodEnum<["desenvolvimento", "producao"]>;
|
||||
2
dist-import/ts/ambiente.js
Normal file
2
dist-import/ts/ambiente.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
import { z } from "zod";
|
||||
export const zAmbiente = z.enum(["desenvolvimento", "producao"]);
|
||||
Loading…
Add table
Add a link
Reference in a new issue