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