Skip to content

Commit 2976484

Browse files
committed
Fix node sdk typing for Role.label()
1 parent 2069238 commit 2976484

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/node/index.d.ts.twig

+1
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)