mirror of
https://github.com/Wessel/pikmin.git
synced 2026-07-08 00:43:26 +02:00
Never accepting August's typings
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user