From c853f21527480941425f165df0fb46c984960696 Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Sat, 3 Aug 2024 13:09:41 +0300 Subject: [PATCH] --- Target/Function/Integration.d.ts | 40 -------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 Target/Function/Integration.d.ts diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts deleted file mode 100644 index b96f5c7..0000000 --- a/Target/Function/Integration.d.ts +++ /dev/null @@ -1,40 +0,0 @@ -/** - * @module Integration - * - */ -declare const _default: Interface; -export default _default; -import type Interface from "../Interface/Integration.js"; -export declare const Default: { - 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; - 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; - }; - Action: {}; -}; -export declare const Merge: (...objects: Ts) => import("deepmerge-ts").DeepMergeHKT, Readonly<{ - key: PropertyKey; - parents: ReadonlyArray>>; -}>>;