Skip to content

Commit

Permalink
Fixed types for TS 3.6.2 (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepolencic authored and kwelch-eb committed Nov 4, 2019
1 parent 4dea78d commit a18824b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ export interface Pagination {

export interface PaginatedResponse<T> {
pagination?: Pagination;
[key: string]: T[] | Pagination;
[key: string]: T[] | Pagination | undefined;
}

0 comments on commit a18824b

Please sign in to comment.