diff --git a/Source/Option/Index.ts b/Source/Option/Index.ts index 0b427b9..a437d18 100644 --- a/Source/Option/Index.ts +++ b/Source/Option/Index.ts @@ -9,4 +9,4 @@ export interface Option extends _Option { export default Merge(Default, { Action: {}, -} satisfies Option) as Option; +} satisfies Option); diff --git a/Target/Option/Index.d.ts b/Target/Option/Index.d.ts index 416e03f..f58cbdb 100644 --- a/Target/Option/Index.d.ts +++ b/Target/Option/Index.d.ts @@ -2,5 +2,21 @@ import type { Option as _Option } from "files-pipe"; export interface Option extends _Option { [key: string]: any; } -declare const _default: Option; +declare const _default: Omit<{} & { + Cache: { + Search: string; + Folder: string; + }; + Path: string; + Action: Omit<{} & { + Read: (On: import("files-pipe").File) => Promise; + Wrote: (On: import("files-pipe").File) => Promise; + Passed: (On: import("files-pipe").File) => Promise; + Failed: (On: import("files-pipe").File) => Promise; + Accomplished: (On: import("files-pipe").File) => Promise; + Fulfilled: (Plan: import("files-pipe/Target/Interface/Plan").Type) => Promise; + Changed: (Plan: import("files-pipe/Target/Interface/Plan").Type) => Promise; + }, "__proto__">; + Logger: 2; +}, "__proto__">; export default _default;