chore: expost entity from client-api (#64)

This commit is contained in:
Nathan.fooo 2023-09-19 11:29:02 +08:00 committed by GitHub
parent a201cceb9b
commit 923a9b41fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -8,3 +8,9 @@ pub mod error {
pub use shared_entity::error::AppError;
pub use shared_entity::error_code::ErrorCode;
}
pub mod entity {
pub use gotrue_entity::*;
pub use shared_entity::*;
pub use storage_entity::*;
}