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;
|
discriminator: string;
|
||||||
id: string;
|
id: string;
|
||||||
username: string;
|
username: string;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
interface GameAppealProps {
|
interface GameAppealProps {
|
||||||
@ -55,10 +55,9 @@ declare global {
|
|||||||
target_usernames: string[];
|
target_usernames: string[];
|
||||||
user?: {
|
user?: {
|
||||||
discriminator: string;
|
discriminator: string;
|
||||||
email: string;
|
|
||||||
id: string;
|
id: string;
|
||||||
username: string;
|
username: string;
|
||||||
}
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
export function createEmotionServer(cache: EmotionCache): EmotionServer;
|
export function createEmotionServer(cache: EmotionCache): EmotionServer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user