mirror of
https://github.com/unraid/api.git
synced 2026-05-01 20:54:27 -05:00
chore: lint
This commit is contained in:
@@ -25,7 +25,7 @@ const encodeParameters = (parameters: LooseObject) => {
|
||||
|
||||
interface Options {
|
||||
/** File path */
|
||||
file;
|
||||
file: string;
|
||||
/** HTTP Method GET/POST */
|
||||
method?: string;
|
||||
/** Request query */
|
||||
|
||||
Reference in New Issue
Block a user