mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-16 19:28:17 +00:00
refactor: centralize types (#235)
* Centralize types and structures * Resolve Conflict * Update cache.ts
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
import { cacheHandlers } from "../controllers/cache.ts";
|
||||
import { ChannelCreatePayload } from "../types/channel.ts";
|
||||
import { Unpromise } from "../types/misc.ts";
|
||||
import { ChannelCreatePayload, Unpromise } from "../types/types.ts";
|
||||
|
||||
export async function createChannel(
|
||||
data: ChannelCreatePayload,
|
||||
|
||||
Reference in New Issue
Block a user