Skip to content

Commit 7e22ef7

Browse files
committed
Merge remote-tracking branch 'origin/master' into feat-whitelist-enums
2 parents c6b5686 + 549efa0 commit 7e22ef7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/node/index.d.ts.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ declare module "{{ language.params.npmPackage|caseDash }}" {
208208
static guests(): string;
209209
static team(id: string, role?: string): string;
210210
static member(id: string): string;
211+
static label(name: string): string;
211212
}
212213

213214
{% for service in spec.services %}

0 commit comments

Comments
 (0)