Skip to content

Commit

Permalink
fix: option value
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrati committed Jul 24, 2023
1 parent e87de6c commit e1331b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types/option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,11 +138,11 @@ export type Aria2ClientGlobalOptionKey =
>

export type Aria2ClientInputOptions = Partial<
Record<Aria2ClientInputOptionKey, string>
Record<Aria2ClientInputOptionKey, any>
>

export type Aria2ClientGlobalOptions = Partial<
Record<Aria2ClientGlobalOptionKey, string>
Record<Aria2ClientGlobalOptionKey, any>
>

export type Aria2ChangeOptionOpResult = string
Expand Down

0 comments on commit e1331b4

Please sign in to comment.