Skip to content

Commit

Permalink
fix: add missing Native.ROLES type (#638)
Browse files Browse the repository at this point in the history
The definition of Native.ROLES is already present in the JS. This PR adds the missing type definition.
  • Loading branch information
retwere authored Jun 9, 2022
1 parent d99986d commit 56e49bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/values.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export module values {
static readonly KEYS: Ref
static readonly FUNCTIONS: Ref
static readonly ACCESS_PROVIDERS: Ref
static readonly ROLES: Ref
}

export class SetRef extends Value {
Expand Down

0 comments on commit 56e49bf

Please sign in to comment.