Skip to content

Commit 92bfb21

Browse files
committed
Fix typing
1 parent c8f1871 commit 92bfb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fleur/src/Operations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55

66
export type AnyOperationDef = (
77
_: OperationContext,
8-
...args: any[]
8+
...args: any
99
) => Promise<void> | void
1010

1111
/** Marked as `operations` wrappped Operation type */

0 commit comments

Comments
 (0)