From 77d2dc8dc79be4c31e21a7f3f6e9aef06fa3441f Mon Sep 17 00:00:00 2001 From: Lewis Marshall Date: Fri, 11 Aug 2023 10:19:06 +0100 Subject: [PATCH] types: Export lock types Signed-off-by: Lewis Marshall --- src/index.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.ts b/src/index.ts index bdeaa15a..03025ca9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -15,3 +15,5 @@ export type { ProfileData, SpaceMember, } from './types.js'; + +export type { Lock, LockRequest, LockAttributes, LockStatus } from './Locks.js';