Skip to content

Commit 67a98bf

Browse files
committed
fix(arrest): Added missing export of the Scopes class
1 parent c7453ac commit 67a98bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export * from './error';
2+
export * from './scopes';
23
export * from './schema';
34
export * from './api';
45
export * from './resource';

0 commit comments

Comments
 (0)