Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Nov 23, 2024
1 parent 703031a commit 0d996ac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
1 change: 0 additions & 1 deletion Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type Interface from "../Interface/Integration.js";

/**
* @module Integration
*
Expand Down
4 changes: 1 addition & 3 deletions Target/Interface/Integration.d.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
import type { AstroIntegration } from "astro";

import type Option from "../Interface/Option.js";

/**
* @module Integration
*
*/
export default interface Interface {
(Option: Option): AstroIntegration;
(Option: Option): AstroIntegration;
}
4 changes: 2 additions & 2 deletions Target/Interface/Option.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type Option from "@playform/pipe/Target/Interface/Option.js";

/**
* @module Option
*
*/
export default interface Interface extends Option {}
export default interface Interface extends Option {
}
1 change: 0 additions & 1 deletion Target/Type/Option.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import type Option from "@playform/pipe/Target/Interface/Option.js";

/**
* @module Option
*
Expand Down

0 comments on commit 0d996ac

Please sign in to comment.