feat: add unsubscribe to API methods

This commit is contained in:
mrjvs
2026-08-12 21:07:49 +02:00
parent be092ca6b5
commit 061b4ccbbc
5 changed files with 48 additions and 1 deletions

View File

@@ -6,6 +6,11 @@ export type GetApiAuthMe = {
accessLevel: number;
serverAccessLevel: 'dev' | 'test' | 'prod';
discordId: string | null;
stripeTier: {
subscriptionId: string;
priceId: string;
tierName: string;
} | null;
mii: {
imageUrl: string;
name: string;