mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-08-26 13:22:50 -05:00
User reports (#3232)
This commit is contained in:
@@ -152,6 +152,8 @@ export const userCardFriendshipPage = (
|
||||
|
||||
export const userCardNotePage = (userId: number) => `/user-card/${userId}/note`;
|
||||
|
||||
export const userReportPage = (userId: number) => `/user-report/${userId}`;
|
||||
|
||||
interface UserLinkArgs {
|
||||
discordId: Tables["User"]["discordId"];
|
||||
customUrl?: Tables["User"]["customUrl"];
|
||||
|
||||
Reference in New Issue
Block a user