diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts index a620a69..6fb1372 100644 --- a/Target/Function/Integration.d.ts +++ b/Target/Function/Integration.d.ts @@ -1,5 +1,4 @@ import type Interface from "../Interface/Integraton.js"; - /** * @module Integration * @@ -7,41 +6,22 @@ import type Interface from "../Interface/Integraton.js"; declare const _default: Interface; export default _default; export declare const Default: { - Cache: { - Search: string; - Folder: string; - }; - Path: string; - Logger: 2; - Action: { - Read: ({ - Input, - }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Wrote: ({ - Buffer, - }: import("@playform/pipe/Target/Interface/File.js").default) => Promise< - import("@playform/pipe/Target/Type/Buffer.js").Type - >; - Passed: ( - On: import("@playform/pipe/Target/Interface/File.js").default, - ) => Promise; - Failed: ({ - Input, - }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Accomplished: ({ - Input, - Output, - }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Fulfilled: ({ - File, - }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise< - string | false - >; - Changed: ( - Plan: import("@playform/pipe/Target/Interface/Plan.js").default, - ) => Promise; - }; - File: string; - Exclude: false; + Cache: { + Search: string; + Folder: string; + }; + Path: string; + Logger: 2; + Action: { + Read: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Passed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Failed: ({ Input }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Accomplished: ({ Input, Output }: import("@playform/pipe/Target/Interface/File.js").default) => Promise; + Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; + Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; + }; + File: string; + Exclude: false; }; export declare const Merge: (Target: T, Source: T) => T; diff --git a/Target/Interface/Integraton.d.ts b/Target/Interface/Integraton.d.ts index e24a5cd..358e35f 100644 --- a/Target/Interface/Integraton.d.ts +++ b/Target/Interface/Integraton.d.ts @@ -1,11 +1,9 @@ import type { AstroIntegration } from "astro"; - import type Option from "../Type/Option.js"; - /** * @module Integration * */ export default interface Interface { - (Option: Option): AstroIntegration; + (Option: Option): AstroIntegration; } diff --git a/Target/Type/Option.d.ts b/Target/Type/Option.d.ts index a156d04..fafb124 100644 --- a/Target/Type/Option.d.ts +++ b/Target/Type/Option.d.ts @@ -1,5 +1,4 @@ import type Option from "@playform/pipe/Target/Interface/Option.js"; - /** * @module Option * diff --git a/Target/Variable/Option.d.ts b/Target/Variable/Option.d.ts index ee570bb..d440ddd 100644 --- a/Target/Variable/Option.d.ts +++ b/Target/Variable/Option.d.ts @@ -3,41 +3,22 @@ * */ declare const _default: { - Cache: { - Search: string; - Folder: string; - }; - Path: string; - Logger: 2; - Action: { - Read: ({ - Input, - }: import("@playform/pipe/Target/Interface/File").default) => Promise; - Wrote: ({ - Buffer, - }: import("@playform/pipe/Target/Interface/File").default) => Promise< - import("@playform/pipe/Target/Type/Buffer").Type - >; - Passed: ( - On: import("@playform/pipe/Target/Interface/File").default, - ) => Promise; - Failed: ({ - Input, - }: import("@playform/pipe/Target/Interface/File").default) => Promise; - Accomplished: ({ - Input, - Output, - }: import("@playform/pipe/Target/Interface/File").default) => Promise; - Fulfilled: ({ - File, - }: import("@playform/pipe/Target/Interface/Plan").default) => Promise< - string | false - >; - Changed: ( - Plan: import("@playform/pipe/Target/Interface/Plan").default, - ) => Promise; - }; - File: string; - Exclude: false; + Cache: { + Search: string; + Folder: string; + }; + Path: string; + Logger: 2; + Action: { + Read: ({ Input }: import("@playform/pipe/Target/Interface/File").default) => Promise; + Wrote: ({ Buffer }: import("@playform/pipe/Target/Interface/File").default) => Promise; + Passed: (On: import("@playform/pipe/Target/Interface/File").default) => Promise; + Failed: ({ Input }: import("@playform/pipe/Target/Interface/File").default) => Promise; + Accomplished: ({ Input, Output }: import("@playform/pipe/Target/Interface/File").default) => Promise; + Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan").default) => Promise; + Changed: (Plan: import("@playform/pipe/Target/Interface/Plan").default) => Promise; + }; + File: string; + Exclude: false; }; export default _default;