Skip to content

Commit

Permalink
squash!
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Oct 14, 2023
1 parent 1016fe4 commit fa5da78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Option/Index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Option as _Option } from "files-pipe";
import { Default, Merge } from "files-pipe";

export default interface Option extends _Option {
// rome-ignore lint/suspicious/noExplicitAny:
// biome-ignore lint/suspicious/noExplicitAny:
[key: string]: any;
}

Expand Down

0 comments on commit fa5da78

Please sign in to comment.