Skip to content

Commit

Permalink
types: Export lock types
Browse files Browse the repository at this point in the history
Signed-off-by: Lewis Marshall <lewis.marshall@ably.com>
  • Loading branch information
lmars committed Aug 11, 2023
1 parent ba509cc commit 77d2dc8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ export type {
ProfileData,
SpaceMember,
} from './types.js';

export type { Lock, LockRequest, LockAttributes, LockStatus } from './Locks.js';

0 comments on commit 77d2dc8

Please sign in to comment.