feat: fix account server api calls
Some checks failed
Build and Publish Docker Image / Build and Publish (amd64) (push) Has been cancelled
Build and Publish Docker Image / Build and Publish (arm64) (push) Has been cancelled

This commit is contained in:
mrjvs
2026-08-11 22:14:40 +02:00
parent 5655ad22ec
commit b342a595ba
7 changed files with 51 additions and 12 deletions

View File

@@ -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;