Remove user email from types (not used on client side)
This commit is contained in:
parent
baae1c560e
commit
bf3d5581c5
5
index.d.ts
vendored
5
index.d.ts
vendored
@ -34,7 +34,7 @@ declare global {
|
||||
discriminator: string;
|
||||
id: string;
|
||||
username: string;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
interface GameAppealProps {
|
||||
@ -55,10 +55,9 @@ declare global {
|
||||
target_usernames: string[];
|
||||
user?: {
|
||||
discriminator: string;
|
||||
email: string;
|
||||
id: string;
|
||||
username: string;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
export function createEmotionServer(cache: EmotionCache): EmotionServer;
|
||||
|
Loading…
x
Reference in New Issue
Block a user