@griddo/core 11.1.17-rc.2 → 11.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import type { PickRename } from "../types/global";
2
- import type __AT__ from "@autoTypes";
2
+ import type __AT__ from "@/autotypes";
3
3
  import { type UseFetchStateProps } from "./useFetch";
4
4
  interface AiAnswersResponse {
5
5
  status: "ok" | "noResponse";
@@ -1,5 +1,5 @@
1
1
  import type { PickRename } from "../types/global";
2
- import type __AT__ from "@autoTypes";
2
+ import type __AT__ from "@/autotypes";
3
3
  import { type UseFetchStateProps } from "./useFetch";
4
4
  interface AiSearchResponse {
5
5
  page: number;
@@ -1,4 +1,4 @@
1
- import type __AT__ from "@autoTypes";
1
+ import type __AT__ from "@/autotypes";
2
2
  interface Item {
3
3
  description: string;
4
4
  image: string;