//! Content management identifiers.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
crate::define_id!(SkillId, generate, schema);
crate::define_id!(SourceId, schema);
crate::define_id!(CategoryId, schema);
crate::define_id!(ContentId, schema);
crate::define_id!(TagId, schema);
crate::define_id!(FileId, generate, schema);