Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Mar 10, 2023
1 parent 1bb6cee commit 002519f
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,10 @@ export interface ResponseValidation<R> {
* @experimental
*/
interface FullValidationConfig<P, Q, B, R> {
/** Validation to run against route inputs: params, query and body */
/**
* Validation to run against route inputs: params, query and body
* @experimental
*/
request?: RequestValidation<P, Q, B>;
/**
* Validation to run against route output
Expand Down

0 comments on commit 002519f

Please sign in to comment.