We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8f1871 commit 92bfb21Copy full SHA for 92bfb21
packages/fleur/src/Operations.ts
@@ -5,7 +5,7 @@ import {
5
6
export type AnyOperationDef = (
7
_: OperationContext,
8
- ...args: any[]
+ ...args: any
9
) => Promise<void> | void
10
11
/** Marked as `operations` wrappped Operation type */
0 commit comments