vn-verdnaturachat/app/definitions/IRocketChat.ts

8 lines
148 B
TypeScript
Raw Normal View History

import rocketchat from '../lib/rocketchat';
type TRocketChat = typeof rocketchat;
export interface IRocketChat extends TRocketChat {
sdk: any;
}