Skip to content

Commit

Permalink
Correct return type on loadMany
Browse files Browse the repository at this point in the history
  • Loading branch information
jemgillam committed Sep 26, 2024
1 parent 6138eba commit b6e787d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ function callback(
attributes: ReadonlyArray<string>;
params: Record<string, unknown>;
},
): PromiseOrDirect<ReadonlyArray<unknown>>;
): PromiseOrDirect<ReadonlyArray<ReadonlyArray<unknown>>>;
```

:::tip
Expand Down

0 comments on commit b6e787d

Please sign in to comment.