UNPKG

react-native-track-player

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