We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80c08cd commit 6f1e157Copy full SHA for 6f1e157
express-zod-api/src/raw-schema.ts
@@ -5,7 +5,6 @@ export const ezRawBrand = Symbol("Raw");
5
6
const base = z.object({ raw: file("buffer") });
7
8
-/** Shorthand for z.object({ raw: ez.file("buffer") }) */
9
export function raw(): z.ZodBranded<typeof base, symbol>;
10
export function raw<S extends z.ZodRawShape>(
11
extra: S,
0 commit comments