Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
promer94 committed Mar 9, 2021
1 parent 7afea20 commit 512a348
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ export interface Configuration<
err: Error,
key: string,
config: Readonly<Required<Configuration<Data, Error>>>,
revalidate: revalidateType,
revalidateOpts: Required<RevalidateOptionInterface>
revalidate: Revalidator,
revalidateOpts: Required<RevalidatorOptions>
) => void
registerOnFocus?: (cb: () => void) => void
registerOnReconnect?: (cb: () => void) => void
Expand Down

0 comments on commit 512a348

Please sign in to comment.