UNPKG

fastcomments-react-native-sdk

Version:

React Native FastComments Components. Add live commenting to any React Native application.

7 lines (5 loc) 189 B
import {CommonHTTPResponse} from "../../services/http"; export interface GetGifsResponse extends CommonHTTPResponse { // source, width, height images: [string, number, number][] }