diff --git a/crates/cloud_api_types/src/cloud_api_types.rs b/crates/cloud_api_types/src/cloud_api_types.rs index 286bdbbc1fb08f12ddc41107705975691e6ed1b4..a606b61923074b4eda42c861afddee9efba5f4b5 100644 --- a/crates/cloud_api_types/src/cloud_api_types.rs +++ b/crates/cloud_api_types/src/cloud_api_types.rs @@ -47,6 +47,7 @@ pub struct OrganizationId(pub Arc); pub struct Organization { pub id: OrganizationId, pub name: Arc, + pub is_personal: bool, } #[derive(Debug, PartialEq, Serialize, Deserialize)]