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 5821ceb commit abdd812Copy full SHA for abdd812
templates/node/index.d.ts.twig
@@ -194,7 +194,6 @@ declare module "{{ language.params.npmPackage|caseDash }}" {
194
static guests(): string;
195
static team(id: string, role?: string): string;
196
static member(id: string): string;
197
- static status(status: string): string;
198
}
199
200
{% for service in spec.services %}
0 commit comments