Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1use sea_orm::{entity::prelude::*, DbErr}; 2use serde::{Deserialize, Serialize}; 3 4use crate::id_type; 5 6id_type!(ModelId); 7id_type!(ProviderId); 8id_type!(UsageId);