diff --git a/src/types.ts b/src/types.ts index ba65a72..4630d61 100644 --- a/src/types.ts +++ b/src/types.ts @@ -25,7 +25,7 @@ export type tasks = { params: { siteKey: string, pageUrl: string, - data: Record + data?: Record serviceUrl?: string, proxy?: string },