Skip to content

Commit 3dced53

Browse files
committed
fix: exports
1 parent cede184 commit 3dced53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1185,7 +1185,7 @@ export type {
11851185
SignedAuthorization,
11861186
SignedAuthorizationList,
11871187
} from './types/authorization.js'
1188-
export type { ResolvedRegister } from './types/register.js'
1188+
export type { Register, ResolvedRegister } from './types/register.js'
11891189
export type {
11901190
Index,
11911191
Quantity,

0 commit comments

Comments
 (0)