Skip to content

Commit

Permalink
chore: Improve decodeFuncType typings (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
xkr47 authored Nov 2, 2023
1 parent b1a2a73 commit 8c9e090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ export type decodeFuncType = (
decodeURIComponent?: Function;
maxKeys?: number;
}
) => Record<any, unknown>;
) => Record<string, string|string[]>;

export default decodeFuncType;

0 comments on commit 8c9e090

Please sign in to comment.