From c6cf8cb7d3094a592f5413f75fa401b461064e1d Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Thu, 31 Aug 2023 12:55:02 +0300 Subject: [PATCH] squash! --- Target/Index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/Target/Index.d.ts b/Target/Index.d.ts index 23a19ae..a55a3b7 100644 --- a/Target/Index.d.ts +++ b/Target/Index.d.ts @@ -1,2 +1,3 @@ +import type { AstroIntegration } from "astro"; declare const _default: () => AstroIntegration; export default _default;