mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 17:16:01 +00:00
fix schema import path
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { JSONSchema7 } from "json-schema";
|
||||
import type { s } from "core/object/schema";
|
||||
import type { s } from "bknd/core";
|
||||
import { omitKeys } from "core/utils";
|
||||
|
||||
export function extractSchema<
|
||||
|
||||
Reference in New Issue
Block a user