UNPKG

react-native-track-player

Version:
6 lines (4 loc) 116 B
import type { RatingType } from '../../constants'; export interface RemoteSetRatingEvent { rating: RatingType; }