Skip to content

Commit

Permalink
docs: update link
Browse files Browse the repository at this point in the history
  • Loading branch information
aniravi24 committed Oct 28, 2024
1 parent 6b64967 commit 9da73ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/sidetrack/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export interface SidetrackOptions<Queues extends SidetrackQueuesGenericType> {
payloadTransformer?: SidetrackPayloadTransformer;
/**
* Number of milliseconds to wait between polling for new jobs
* Alternatively, pass in an Effect.Duration of any duration
* Alternatively, pass in an Duration (@link https://effect-ts.github.io/effect/effect/Duration.ts.html)
*/
pollingInterval?: PollingInterval;
queues: SidetrackQueues<Queues>;
Expand All @@ -90,7 +90,7 @@ export type SidetrackQueues<Queues extends Record<string, unknown>> = {
payloadTransformer?: SidetrackPayloadTransformer;
/**
* Number of milliseconds to wait between polling for new jobs
* Alternatively, pass in an Effect.Duration of any duration
* Alternatively, pass in an Duration (@link https://effect-ts.github.io/effect/effect/Duration.ts.html)
*/
pollingInterval?: PollingInterval;
run: (
Expand Down

0 comments on commit 9da73ff

Please sign in to comment.