mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 16:16:02 +00:00
changed tb imports
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import { type Static, Type } from "core/utils";
|
||||
import type { Static } from "core/utils";
|
||||
import type { EntityManager } from "data";
|
||||
import { TransformPersistFailedException } from "../errors";
|
||||
import { Field, type TActionContext, type TRenderContext, baseFieldConfigSchema } from "./Field";
|
||||
import * as tbbox from "@sinclair/typebox";
|
||||
const { Type } = tbbox;
|
||||
|
||||
export const numberFieldConfigSchema = Type.Composite(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user