Skip to content

Commit 59f2c27

Browse files
fix: removed "parameters" from DescribeRouteOptions type definition (#165)
1 parent 6b67e65 commit 59f2c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ type OperationId = string | ((route: RouterRoute) => string);
7676

7777
export type DescribeRouteOptions = Omit<
7878
OpenAPIV3_1.OperationObject,
79-
"responses" | "parameters" | "operationId"
79+
"responses" | "operationId"
8080
> & {
8181
operationId?: OperationId;
8282
/**

0 commit comments

Comments
 (0)