From 2a4a852d7b7a51de3420f2a2b4cebeb7ad9236af Mon Sep 17 00:00:00 2001 From: Nikola Hristov Date: Mon, 19 Aug 2024 00:19:58 +0300 Subject: [PATCH] --- Target/Function/Integration.d.ts | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Target/Function/Integration.d.ts diff --git a/Target/Function/Integration.d.ts b/Target/Function/Integration.d.ts new file mode 100644 index 0000000..b96f5c7 --- /dev/null +++ b/Target/Function/Integration.d.ts @@ -0,0 +1,40 @@ +/** + * @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>>; +}>>;