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 cde792d commit ef841e9Copy full SHA for ef841e9
1 file changed
express-zod-api/src/metadata.ts
@@ -5,7 +5,7 @@ import * as R from "ramda";
5
export const metaSymbol = Symbol.for("express-zod-api");
6
7
export interface Metadata {
8
- examples: unknown[];
+ examples: unknown[]; // @todo try z.$input[] instead
9
/** @override ZodDefault::_zod.def.defaultValue() in depictDefault */
10
defaultLabel?: string;
11
brand?: string | number | symbol;
0 commit comments