From c345fe0c1cd76c7585528c87053b7275357d83b1 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Wed, 25 Oct 2023 17:40:41 +0300 Subject: [PATCH] squash! --- Source/Interface/Integration.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Interface/Integration.ts b/Source/Interface/Integration.ts index d20834a..fbad6d4 100644 --- a/Source/Interface/Integration.ts +++ b/Source/Interface/Integration.ts @@ -1,6 +1,6 @@ /** * @module Integration - * + * */ export default interface Type { (Option: Option): AstroIntegration;