Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: typescript not compiling, wrong type definition file.
Compiling any ts project that uses the agora-access-token module fails with `TS1036: Statements are not allowed in ambient contexts.` and `TS2304: Cannot find name 'Role'` Reason was a faulty index.d.ts. Seems like some copy-paste left overs.
- Loading branch information