Skip to content

Commit cda1649

Browse files
committed
fix type errors
1 parent ab36fa8 commit cda1649

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

packages/shared/src/keyless/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,9 @@ export { createNodeFileStorage } from './nodeFileStorage';
1010
export type { FileSystemAdapter, NodeFileStorageOptions, PathAdapter } from './nodeFileStorage';
1111

1212
export { createKeylessService } from './service';
13-
export type { KeylessAPI, KeylessResult, KeylessService, KeylessServiceOptions, KeylessStorage } from './service';
13+
export type { KeylessAPI, KeylessService, KeylessServiceOptions, KeylessStorage } from './service';
1414

1515
export { resolveKeysWithKeylessFallback } from './resolveKeysWithKeylessFallback';
16+
export type { KeylessResult } from './resolveKeysWithKeylessFallback';
1617

1718
export type { AccountlessApplication, PublicKeylessApplication } from './types';

0 commit comments

Comments
 (0)