Skip to main content

systemprompt_identifiers/
funnel.rs

1//! Marketing-funnel identifiers.
2//!
3//! Copyright (c) systemprompt.io — Business Source License 1.1.
4//! See <https://systemprompt.io> for licensing details.
5
6crate::define_id!(EngagementEventId, generate);
7crate::define_id!(FunnelId, generate);
8crate::define_id!(FunnelProgressId, generate);