We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8319ed8 + 91af21c commit abc3ca1Copy full SHA for abc3ca1
src/utils/strapi.ts
@@ -1,4 +1,5 @@
1
-import { z, defineCollection, CollectionConfig } from "astro:content";
+import { z, defineCollection } from "astro:content";
2
+import type { CollectionConfig } from "astro/content/config";
3
4
import type { StrapiComponent, StrapiContentType, StrapiResponse } from "../types/strapi";
5
import { StrapiSchemaGenerator } from "./schema";
0 commit comments