We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7371971 commit b9786fcCopy full SHA for b9786fc
packages/client-documentation-generator/src/sdk-client-toc-plugin.ts
@@ -86,7 +86,7 @@ export class SdkClientTocPlugin extends RendererComponent {
86
87
private isInputOrOutput(model: DeclarationReflection): boolean {
88
return (
89
- model.kindOf(ReflectionKind.TypeAlias) &&
+ model.kindOf(ReflectionKind.Interface) &&
90
(model.name.endsWith("CommandInput") || model.name.endsWith("CommandOutput"))
91
);
92
}
0 commit comments