Skip to content

Commit

Permalink
Style
Browse files Browse the repository at this point in the history
  • Loading branch information
gearnode committed Mar 20, 2023
1 parent 542acbc commit e110827
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export interface DeferRetFn<
(...args: Parameters<F>): Promise<EnqueueExecutionResponse>;
__fn: F;
}

export interface DeferScheduledFn<F extends (...args: never) => Promise<any>>
extends HasDeferMetadata {
(...args: Parameters<F>): void;
Expand Down

0 comments on commit e110827

Please sign in to comment.