Skip to content

Commit 4dbb084

Browse files
committed
chore: reexport types from grpc client
1 parent c772451 commit 4dbb084

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/grpc/client/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ use torii_proto::proto::world::{
3131
use torii_proto::schema::{Entity, SchemaError};
3232
use torii_proto::{EntityKeysClause, Event, EventQuery, IndexerUpdate, Query, Token, TokenBalance};
3333

34+
pub use torii_proto as types;
35+
3436
#[derive(Debug, thiserror::Error)]
3537
pub enum Error {
3638
#[cfg(not(target_arch = "wasm32"))]

0 commit comments

Comments
 (0)