use super::{
marker::{
ApplicationMarker, AttachmentMarker, AuditLogEntryMarker, ChannelMarker, CommandMarker,
CommandVersionMarker, EmojiMarker, GenericMarker, GuildMarker, IntegrationMarker,
InteractionMarker, MessageMarker, OauthSkuMarker, OauthTeamMarker, RoleMarker, StageMarker,
StickerBannerAssetMarker, StickerMarker, StickerPackMarker, StickerPackSkuMarker,
UserMarker, WebhookMarker,
},
Id,
};
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type ApplicationId = Id<ApplicationMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type AttachmentId = Id<AttachmentMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type AuditLogEntryId = Id<AuditLogEntryMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type ChannelId = Id<ChannelMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type CommandId = Id<CommandMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type CommandVersionId = Id<CommandVersionMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type EmojiId = Id<EmojiMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type GenericId = Id<GenericMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type GuildId = Id<GuildMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type IntegrationId = Id<IntegrationMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type InteractionId = Id<InteractionMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type MessageId = Id<MessageMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type OauthSkuId = Id<OauthSkuMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type OauthTeamId = Id<OauthTeamMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type RoleId = Id<RoleMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type StageId = Id<StageMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type StickerBannerAssetId = Id<StickerBannerAssetMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type StickerId = Id<StickerMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type StickerPackId = Id<StickerPackMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type StickerPackSkuId = Id<StickerPackSkuMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type UserId = Id<UserMarker>;
#[deprecated(since = "0.9.0", note = "use `Id` and its marker types")]
pub type WebhookId = Id<WebhookMarker>;