UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

8 lines (7 loc) 137 B
import { Hub } from "./Hub"; export type HubSearchResponse = { MediaContainer: { size: number; Hub: Hub[]; }; };