diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts index 4187b18..7313deb 100644 --- a/Target/Function/Integration.d.ts +++ b/Target/Function/Integration.d.ts @@ -6,33 +6,13 @@ declare const _default: Interface; export default _default; import type Interface from "../Interface/Integration.js"; export declare const Default: { - File: string; - Cache: { - Search: string; - Folder: string; - }; - Path: string; - Logger: 2; + Biome: any; Action: { - Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Accomplished: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - 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; - Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; + Failed: (On: any) => Promise; + Accomplished: (On: any) => Promise; + Fulfilled: ({ File }: { + File: any; + }) => Promise; }; - Exclude: false; - Biome: unknown; }; -export declare const Merge: (...objects: Ts) => import("deepmerge-ts").DeepMergeHKT, Readonly<{ - key: PropertyKey; - parents: readonly Readonly>[]; -}>>; +export declare const Merge: import("@playform/build/Target/Interface/Merge.js").default; diff --git a/Target/Variable/Option.d.ts b/Target/Variable/Option.d.ts index 2f7724b..b84bf9d 100644 --- a/Target/Variable/Option.d.ts +++ b/Target/Variable/Option.d.ts @@ -3,23 +3,13 @@ * */ declare const _default: { - File: string; - Cache: { - Search: string; - Folder: string; - }; - Path: string; - Logger: 2; + Biome: any; Action: { - Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Accomplished: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise; - Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; - 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; - Changed: (Plan: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise; + Failed: (On: any) => Promise; + Accomplished: (On: any) => Promise; + Fulfilled: ({ File }: { + File: any; + }) => Promise; }; - Exclude: false; - Biome: unknown; }; export default _default;