Skip to content

Commit

Permalink
Update packages/kit/types/index.d.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Maurício Kishi <mrkishi@users.noreply.github.com>
  • Loading branch information
Rich-Harris and mrkishi authored May 23, 2022
1 parent a71abdf commit 33e5e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export interface Load<
InputProps extends Record<string, any> = Record<string, any>,
OutputProps extends Record<string, any> = InputProps
> {
(input: LoadEvent<Params, InputProps>): MaybePromise<LoadOutput<OutputProps>>;
(event: LoadEvent<Params, InputProps>): MaybePromise<LoadOutput<OutputProps>>;
}

export interface LoadEvent<
Expand Down

0 comments on commit 33e5e12

Please sign in to comment.