mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-06-30 21:42:20 +02:00
5 lines
92 B
TypeScript
5 lines
92 B
TypeScript
export interface LinkAccountToDiscordIdRequest {
|
|
username: string;
|
|
discordId: string;
|
|
}
|