mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-14 03:47:25 -05:00
feat: fix account server api calls
This commit is contained in:
@@ -3,6 +3,8 @@ import { z } from 'zod';
|
||||
export type GetApiAuthMe = {
|
||||
pid: number;
|
||||
username: string;
|
||||
accessLevel: number;
|
||||
serverAccessLevel: 'dev' | 'test' | 'prod';
|
||||
mii: {
|
||||
imageUrl: string;
|
||||
name: string;
|
||||
|
||||
Reference in New Issue
Block a user