Replace all occurrences of "import type" syntax to "import" syntax

This commit is contained in:
ayyanm
2020-10-28 12:52:33 -07:00
parent 030b24350e
commit 10f67b090a
37 changed files with 122 additions and 123 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
import { cacheHandlers } from "../controllers/cache.ts";
import type { ChannelCreatePayload } from "../types/channel.ts";
import type { Unpromise } from "../types/misc.ts";
import { ChannelCreatePayload } from "../types/channel.ts";
import { Unpromise } from "../types/misc.ts";
import { calculatePermissions } from "../utils/permissions.ts";
export async function createChannel(