2022-02-09 19:47:59 +00:00
|
|
|
import rocketchat from '../lib/rocketchat';
|
2022-02-07 18:54:19 +00:00
|
|
|
|
2022-02-09 19:47:59 +00:00
|
|
|
type TRocketChat = typeof rocketchat;
|
|
|
|
|
|
|
|
export interface IRocketChat extends TRocketChat {
|
|
|
|
sdk: any;
|
2022-02-07 18:54:19 +00:00
|
|
|
}
|