//! Typed identifiers for the gateway boot config — providers, models, routes,
//! and named references into the access-control and secrets stores.
//!
//! Copyright (c) systemprompt.io — Business Source License 1.1.
//! See <https://systemprompt.io> for licensing details.
crate::define_id!(ProviderId);
crate::define_id!(ModelId);
crate::define_id!(RouteId);
crate::define_id!(DepartmentName);
crate::define_id!(SecretName);