Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 25, 2023
1 parent ec5b4c3 commit 4cbe499
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Source/Interface/Integraton.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export default interface Type {
(Option: Option): AstroIntegration;
}

import type { AstroIntegration } from "astro";
import type Option from "../Type/Option.js";

import type Option from "../Interface/Option.js";
import type { AstroIntegration } from "astro";
6 changes: 0 additions & 6 deletions Source/Interface/Option.ts

This file was deleted.

9 changes: 9 additions & 0 deletions Source/Type/Option.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/**
* @module Option
*
*/
export type Type = Option;

export type { Type as default };

import type Option from "files-pipe/Target/Interface/Option.js";

0 comments on commit 4cbe499

Please sign in to comment.