UNPKG

rubic-sdk

Version:
6 lines (5 loc) 87 B
export interface RpcResponse<T> { id: number; result: T; error: unknown; }