change: import types from specific files (#953)

* fix: import types from specific files

* Use import syntax for enums
This commit is contained in:
rigormorrtiss
2021-05-18 20:31:49 +04:00
committed by GitHub
parent 4e7d9053d1
commit dd8c51f3d2
5 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -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) {