Type Alias ISendMessage

ISendMessage: <T = any>(method: string, params: any) => Promise<T>