mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-14 13:08:13 +00:00
refactor: move nested-key.d.ts
This commit is contained in:
@@ -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> {
|
interface StringifyOptions<T extends object> {
|
||||||
/** The columns to include in the resulting CSV. */
|
/** The columns to include in the resulting CSV. */
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
import { showSaveFilePicker } from "native-file-system-adapter";
|
import { showSaveFilePicker } from "native-file-system-adapter";
|
||||||
import type TomSelect from "tom-select";
|
import type TomSelect from "tom-select";
|
||||||
|
import type { NestedKeyOf } from "#core:types/nested-key";
|
||||||
import { paginated } from "#core:utils/api";
|
import { paginated } from "#core:utils/api";
|
||||||
import { csv } from "#core:utils/csv";
|
import { csv } from "#core:utils/csv";
|
||||||
import { getCurrentUrlParams, History, updateQueryString } from "#core:utils/history";
|
import { getCurrentUrlParams, History, updateQueryString } from "#core:utils/history";
|
||||||
import type { NestedKeyOf } from "#core:utils/types";
|
|
||||||
import {
|
import {
|
||||||
type ProductSchema,
|
type ProductSchema,
|
||||||
type ProductSearchProductsDetailedData,
|
type ProductSearchProductsDetailedData,
|
||||||
|
|||||||
Reference in New Issue
Block a user