Skip to content

Commit

Permalink
Merge pull request #727 from appwrite/fix-node-typing-role-label
Browse files Browse the repository at this point in the history
Fix node sdk typing for Role.label()
  • Loading branch information
lohanidamodar authored Oct 30, 2023
2 parents 2069238 + 2976484 commit 549efa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/node/index.d.ts.twig
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,7 @@ declare module "{{ language.params.npmPackage|caseDash }}" {
static guests(): string;
static team(id: string, role?: string): string;
static member(id: string): string;
static label(name: string): string;
}

{% for service in spec.services %}
Expand Down

0 comments on commit 549efa0

Please sign in to comment.