UNPKG

fastcomments-react-native-sdk

Version:

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

6 lines (4 loc) 198 B
import {CommonHTTPResponse} from "../../services/http"; export interface GetTranslationsResponse<KEY_TYPE extends string> extends CommonHTTPResponse { translations?: Record<KEY_TYPE, string> }