Skip to content

Commit aa78ba9

Browse files
authored
fix(index): re-export StoreRegistryEntries from @sapphire/pieces (#243)
1 parent 25947ed commit aa78ba9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ export {
1010
PieceOptions,
1111
Store,
1212
StoreOptions,
13-
StoreRegistry
13+
StoreRegistry,
14+
StoreRegistryEntries
1415
} from '@sapphire/pieces';
1516
export type { Awaited } from '@sapphire/utilities';
1617
export type { MessageArgumentContext } from './arguments/CoreMessage';

0 commit comments

Comments
 (0)