mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-09-12 10:57:50 -05:00
feat: add unsubscribe to API methods
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user