mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-03 08:36:01 +00:00
changed tb imports
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import { Type } from "core/utils";
|
||||
import { Task } from "../Task";
|
||||
import * as tbbox from "@sinclair/typebox";
|
||||
const { Type } = tbbox;
|
||||
|
||||
export class LogTask extends Task<typeof LogTask.schema> {
|
||||
type = "log";
|
||||
|
||||
Reference in New Issue
Block a user