Skip to content

Commit b794359

Browse files
authored
Add support for accepted params metadata (#304)
1 parent b9eaaf0 commit b794359

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Transport.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ export interface TransportOptions {
122122
export interface TransportRequestMetadata {
123123
name: string
124124
pathParts?: Record<string, any>
125+
acceptedParams?: string[]
125126
}
126127

127128
export interface TransportRequestParams {

0 commit comments

Comments
 (0)