UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

8 lines (7 loc) 152 B
export type PlexMusicSearchApproach = { id: string; filtered?: boolean; trim?: boolean; ignoreQuotes?: boolean; force?: boolean; };