refactor: move nested-key.d.ts

This commit is contained in:
imperosol
2026-05-11 11:49:45 +02:00
parent 88ddae7042
commit 35aca2b3b2
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import type { NestedKeyOf } from "#core:utils/types.ts";
import type { NestedKeyOf } from "#core:types/nested-key";
interface StringifyOptions<T extends object> {
/** The columns to include in the resulting CSV. */