Exporting missing types (#2023)

* fix types export

* fix lint

* index.ts fix exports

* revert yarn.lock

Co-authored-by: Alexey Avramenko <2822698@gmail.com>
Co-authored-by: nikita <nikita@42px.ru>
This commit is contained in:
skyka13711
2021-11-30 09:54:08 +07:00
committed by GitHub
parent b33b01df0f
commit 6b34ea6fe5
+6
View File
@@ -31,3 +31,9 @@ try {
export * from "./matrix";
export default matrixcs;
export * from './@types/event';
export * from './@types/PushRules';
export * from './@types/requests';
export * from './@types/search';
export * from './models/room-summary';