Chore: Fix rocketchat interface (#3705)
This commit is contained in:
parent
d874012e61
commit
7a5a085067
|
@ -1,5 +1,7 @@
|
|||
import { Rocketchat } from '@rocket.chat/sdk';
|
||||
import rocketchat from '../lib/rocketchat';
|
||||
|
||||
export interface IRocketChat {
|
||||
sdk: typeof Rocketchat;
|
||||
type TRocketChat = typeof rocketchat;
|
||||
|
||||
export interface IRocketChat extends TRocketChat {
|
||||
sdk: any;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue