From 816298ba931b72c9a2afdad57d3d395489396970 Mon Sep 17 00:00:00 2001 From: Wessel Tip Date: Fri, 9 Aug 2019 19:40:45 +0200 Subject: [PATCH] Oopsie --- index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.d.ts b/index.d.ts index 647153d..f40b23f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -68,7 +68,7 @@ declare namespace Pikmin export class FileTransport implements Transport { - constructor(options: { path: string | PathLike, flags?: '-a' }); + constructor(options: { file: string | PathLike, flags?: '-a' }); /** The type of the transport, implemented by the Transport interface */ public type: 'CONSOLE' | 'WEBHOOK' | 'FILE';