mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 11:28:15 +00:00
change: import types from specific files (#953)
* fix: import types from specific files * Use import syntax for enums
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { rest } from "../../rest/rest.ts";
|
||||
import type { WelcomeScreen } from "../../types/mod.ts";
|
||||
import type { WelcomeScreen } from "../../types/guilds/welcome_screen.ts";
|
||||
import { endpoints } from "../../util/constants.ts";
|
||||
|
||||
export async function getWelcomeScreen(guildId: bigint) {
|
||||
|
||||
Reference in New Issue
Block a user