Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed May 22, 2024
2 parents 2757de7 + ee651c5 commit df17320
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 16 deletions.
9 changes: 1 addition & 8 deletions Target/Function/Integration.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,5 @@
declare const _default: Interface;
export default _default;
import type Interface from "../Interface/Integration.js";
export declare const Default: {
Biome: any;
Action: {
Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Accomplished: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
};
};
export declare const Default: unknown;
export declare const Merge: import("@playform/build/Target/Interface/Merge.js").default<import("@playform/build/Target/Interface/Merge.js").Generic>;
9 changes: 1 addition & 8 deletions Target/Variable/Option.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,5 @@
* @module Option
*
*/
declare const _default: {
Biome: any;
Action: {
Failed: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Accomplished: (On: import("@playform/pipe/Target/Interface/File.js").default) => Promise<string>;
Fulfilled: ({ File }: import("@playform/pipe/Target/Interface/Plan.js").default) => Promise<string | false>;
};
};
declare const _default: unknown;
export default _default;

0 comments on commit df17320

Please sign in to comment.