UNPKG

rubic-sdk-next

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