UNPKG

@jjdenhertog/plex-music-search

Version:

Library to find tracks in your Plex Library

26 lines (25 loc) 610 B
export type GetPlexPinResponse = { id: number; code: string; product: string; trusted: boolean; qr: string; clientIdentifier: string; location: { code: string; european_union_member: boolean; continent_code: string; country: string; city: string; time_zone: string; postal_code: string; in_privacy_restricted_country: boolean; subdivisions: string; coordinates: string; }; expiresIn: number; createdAt: string; expiresAt: string; authToken: string; newRegistration: boolean; };