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:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user