We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b2114 commit 7b69b1dCopy full SHA for 7b69b1d
index.d.ts
@@ -28,7 +28,7 @@ export interface BackgroundSchedulerParams {
28
syncFlexTime?: number;
29
syncFlexTimeType?: TimeUnits;
30
workerPolicy?: WorkerPolicy;
31
- extras: Record<string, unknown>;
+ extras?: Record<string, unknown>;
32
}
33
34
export function schedule(
src/types.ts
@@ -16,5 +16,5 @@ export interface BackgroundSchedulerParams {
16
17
18
19
20
0 commit comments