mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
Replace all occurrences of "import type" syntax to "import" syntax
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user