UNPKG

react-native-track-player

Version:
7 lines (6 loc) 134 B
export interface PlaybackErrorEvent { /** The error code */ code: string; /** The error message */ message: string; }