diff --git a/index.d.ts b/index.d.ts index 49faa76..0d58639 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,10 +1,10 @@ type WarmerConfig = { - flag: string, - concurrency: string, - test: string, - log: boolean, - correlationId: string, - delay: number, + flag?: string, + concurrency?: string, + test?: string, + log?: boolean, + correlationId?: string, + delay?: number, }; /**