refactor(business_profile): use concrete types for JSON fields (#5531)

This commit is contained in:
Sanchith Hegde
2024-08-07 13:57:35 +05:30
committed by GitHub
parent 52cada015e
commit a8ba21c1d1
18 changed files with 751 additions and 606 deletions

View File

@ -1,4 +1,5 @@
pub mod enums;
pub use enums::*;
pub mod transformers;
pub use enums::*;
pub use transformers::*;