1 2 3
use serde::{Serialize, Deserialize}; use super::OrganizationExportBase; pub type OrganizationExportResponse = OrganizationExportBase;