diff --git a/index.d.ts b/index.d.ts index 647153d..f40b23f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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';