mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-22 11:08:18 +01:00
5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
export interface AccountRegisterRequest {
|
|
username: string;
|
|
password: string;
|
|
}
|