@only-chat/types 0.2.0-beta.13 → 0.2.0-beta.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +4 -3
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export type * as Log from './log.d.ts'
|
|
2
|
-
export type * as Queue from './queue.
|
|
3
|
-
export type * as Store from './store.
|
|
4
|
-
export type * as Transport from './transport.ts'
|
|
2
|
+
export type * as Queue from './queue.d.ts'
|
|
3
|
+
export type * as Store from './store.d.ts'
|
|
4
|
+
export type * as Transport from './transport.d.ts'
|
|
5
|
+
export type * as UserStore from './userStore.d.ts'
|