Skip to content

Commit 549efa0

Browse files
Merge pull request #727 from appwrite/fix-node-typing-role-label
Fix node sdk typing for Role.label()
2 parents 2069238 + 2976484 commit 549efa0

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)