type WCJsonRpcError = { error: WCErrorResponse; id: number; jsonrpc: string;};
type error = WCErrorResponse;
type id = number;
type jsonrpc = string;