Skip to content

Commit

Permalink
remove index prop
Browse files Browse the repository at this point in the history
  • Loading branch information
tlaziuk committed Jun 13, 2018
1 parent 4ec0869 commit 1503f0f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion types/universal-router/generateUrls.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export interface GenerateUrlsOptions extends PathFunctionOptions {
* Provide a function to stringifyQueryParams option to generate URL with query string from unknown route params.
*/
stringifyQueryParams?: (params: Params) => string;
[_: string]: any;
}

/**
Expand Down

0 comments on commit 1503f0f

Please sign in to comment.