Skip to content

Commit d0cbaf1

Browse files
Nikola HristovNikola Hristov
authored andcommitted
1 parent 0fbba1e commit d0cbaf1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Target/Function/Integration.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ import type Interface from "../Interface/Integration.js";
55
*/
66
declare const _default: Interface;
77
export default _default;
8-
export declare const Default: typeof import("@playform/pipe/Target/Variable/Option.js");
9-
export declare const Merge: <T extends object>(Target: T, Source: T) => T;
8+
export declare const Default: void;
9+
export declare const Merge: <Target extends object, Ts extends readonly unknown[]>(target: Target, ...objects: Ts) => void;

Target/Variable/Option.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
* @module Option
33
*
44
*/
5-
declare const _default: typeof import("@playform/pipe/Target/Variable/Option.js");
5+
declare const _default: void;
66
export default _default;

0 commit comments

Comments
 (0)