mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-11-22 19:18:19 +01:00
5 lines
179 B
TypeScript
5 lines
179 B
TypeScript
import type { UserInfo } from "#app/account";
|
|
import type { BaseApiResponse } from "./BaseApiResponse";
|
|
|
|
export interface AccountInfoResponse extends BaseApiResponse, UserInfo {}
|