diff --git a/src/Client.ts b/src/Client.ts index 55aee0b9..ecf34c73 100644 --- a/src/Client.ts +++ b/src/Client.ts @@ -4,7 +4,7 @@ import { batch, createSignal } from "solid-js"; import { ReactiveMap } from "@solid-primitives/map"; import { AsyncEventEmitter } from "@vladfrangu/async_event_emitter"; import { API } from "stoat-api"; -import type { DataLogin, RevoltConfig, Role } from "stoat-api"; +import type { DataLogin, Error, RevoltConfig, Role } from "stoat-api"; import type { Channel } from "./classes/Channel.js"; import type { Emoji } from "./classes/Emoji.js";