Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove user email from types (not used on client side)
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent baae1c5 commit bf3d558
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions index.d.ts
Expand Up @@ -34,7 +34,7 @@ declare global {
discriminator: string;
id: string;
username: string;
}
};
}

interface GameAppealProps {
Expand All @@ -55,10 +55,9 @@ declare global {
target_usernames: string[];
user?: {
discriminator: string;
email: string;
id: string;
username: string;
}
};
}

export function createEmotionServer(cache: EmotionCache): EmotionServer;
Expand Down

0 comments on commit bf3d558

Please sign in to comment.