Never accepting August's typings

This commit is contained in:
Wessel Tip
2019-08-09 19:41:52 +02:00
parent 7dd828e7bf
commit 9536e2a207

2
index.d.ts vendored
View File

@@ -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';