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.
2 parents 2069238 + 2976484 commit 549efa0Copy full SHA for 549efa0
templates/node/index.d.ts.twig
@@ -208,6 +208,7 @@ declare module "{{ language.params.npmPackage|caseDash }}" {
208
static guests(): string;
209
static team(id: string, role?: string): string;
210
static member(id: string): string;
211
+ static label(name: string): string;
212
}
213
214
{% for service in spec.services %}
0 commit comments