typealias UserMention

export type UserMention = `<@${Snowflake}>`;

Union Members

`<@${Snowflake}>`