mirror of
https://github.com/Wessel/pikmin.git
synced 2026-07-26 02:01:31 +02:00
Oopsie
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: { 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';
|
||||
|
||||
Reference in New Issue
Block a user