Skip to content

Commit

Permalink
addressing PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cauemarcondes committed Jun 17, 2020
1 parent 3b27f63 commit ebb663e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ interface FetchDataParams {
bucketSize: string;
}

type FetchData<T extends FetchDataResponse = FetchDataResponse> = (
export type FetchData<T extends FetchDataResponse = FetchDataResponse> = (
fetchDataParams: FetchDataParams
) => Promise<T>;
type HasData = () => Promise<boolean>;

0 comments on commit ebb663e

Please sign in to comment.