Type alias ReadApiRpcResponseError

ReadApiRpcResponseError: {
    error: string;
    id: string;
}

Type declaration

  • error: string
  • id: string

Generated using TypeDoc