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 22, 2024
1 parent 7562485 commit 703031a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type Interface from "../Interface/Integration.js";

/**
* @module Integration
*
Expand Down
4 changes: 3 additions & 1 deletion Target/Interface/Integration.d.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
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: 1 addition & 0 deletions Target/Type/Option.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import type Option from "@playform/pipe/Target/Interface/Option.js";

/**
* @module Option
*
Expand Down

0 comments on commit 703031a

Please sign in to comment.