Skip to content

Commit 81f1b76

Browse files
committed
jsdoc.
1 parent 568ee1c commit 81f1b76

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

express-zod-api/src/documentation.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,11 @@ interface DocumentationParams {
8686
* @example { users: "About users", files: { description: "About files", url: "https://example.com" } }
8787
* */
8888
tags?: Parameters<typeof depictTags>[0];
89-
/** @default Infinity */
89+
/**
90+
* @desc Maximum number of combinations for examples and security access schemas
91+
* @default Infinity
92+
* @todo set to 20 in v28
93+
* */
9094
maxCombinations?: number;
9195
}
9296

0 commit comments

Comments
 (0)