Updated type system
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { CronJob } from "cron"
|
||||
import fs from "fs"
|
||||
import path from "path"
|
||||
import { ICron } from "~/interfaces"
|
||||
import { ICron } from "~/typings"
|
||||
type FileType = "js" | "ts"
|
||||
|
||||
export default async function loadCronEvents(ft: FileType) {
|
||||
|
||||
Reference in New Issue
Block a user