Skip to content

Commit 8498906

Browse files
committed
chore: Extend OAS typings
1 parent 3ec2f66 commit 8498906

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/@types/oasVendorExtensions.d.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,9 @@ declare module 'openapi-types' {
99
interface ParameterBaseObject {
1010
'x-hidden'?: boolean;
1111
}
12+
13+
interface OperationObject {
14+
'x-navtitle'?: string;
15+
}
1216
}
1317
}

0 commit comments

Comments
 (0)