Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove discriminator property and emotion server from type declarations
  • Loading branch information
regalijan committed Oct 19, 2023
1 parent f31dd1d commit f93116c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions index.d.ts
@@ -1,5 +1,3 @@
import type { EmotionCache } from "@emotion/utils";

declare global {
module "*.css";

Expand Down Expand Up @@ -31,7 +29,6 @@ declare global {
learned: string;
reason_for_unban: string;
user: {
discriminator: string;
id: string;
username: string;
};
Expand Down Expand Up @@ -66,13 +63,10 @@ declare global {
target_ids: number[];
target_usernames: string[];
user?: {
discriminator: string;
id: string;
username: string;
};
}

export function createEmotionServer(cache: EmotionCache): EmotionServer;
}

export {};

0 comments on commit f93116c

Please sign in to comment.