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,5 +1,5 @@
|
||||
import type { Unpromise } from "../types/misc.ts";
|
||||
import type { RoleData } from "../types/role.ts";
|
||||
import { Unpromise } from "../types/misc.ts";
|
||||
import { RoleData } from "../types/role.ts";
|
||||
|
||||
export async function createRole(data: RoleData) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user