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.
2 parents d7695dc + 6f1e157 commit 3f7e02eCopy full SHA for 3f7e02e
1 file changed
express-zod-api/src/raw-schema.ts
@@ -10,7 +10,6 @@ type Base = ReturnType<typeof base.brand<symbol>>;
10
const extended = <S extends $ZodShape>(extra: S) =>
11
base.extend(extra).brand(ezRawBrand as symbol);
12
13
-/** Shorthand for z.object({ raw: ez.file("buffer") }) */
14
export function raw(): Base;
15
export function raw<S extends $ZodShape>(
16
extra: S,
0 commit comments