Skip to content

Commit 33e5e12

Browse files
Rich-Harrismrkishi
andauthored
Update packages/kit/types/index.d.ts
Co-authored-by: Maurício Kishi <[email protected]>
1 parent a71abdf commit 33e5e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/kit/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export interface Load<
181181
InputProps extends Record<string, any> = Record<string, any>,
182182
OutputProps extends Record<string, any> = InputProps
183183
> {
184-
(input: LoadEvent<Params, InputProps>): MaybePromise<LoadOutput<OutputProps>>;
184+
(event: LoadEvent<Params, InputProps>): MaybePromise<LoadOutput<OutputProps>>;
185185
}
186186

187187
export interface LoadEvent<

0 commit comments

Comments
 (0)