This commit is contained in:
Wessel Tip
2019-08-09 19:40:45 +02:00
parent f331f77406
commit 816298ba93

2
index.d.ts vendored
View File

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