Skip to main content

systemprompt_identifiers/
links.rs

1//! Link-tracking identifiers.
2//!
3//! Copyright (c) systemprompt.io — Business Source License 1.1.
4//! See <https://systemprompt.io> for licensing details.
5
6crate::define_id!(LinkId, generate, schema);
7crate::define_id!(CampaignId, schema);
8crate::define_id!(LinkClickId, generate, schema);