UNPKG
@nativecode/plex
Version:
canary (1.6.0-canary.1)
latest (2021.0.1)
next (2021.0.2-next.4)
2021.0.2-next.4
2021.0.2-next.3
2021.0.2-next.2
2021.0.2-next.1
2021.0.2-next.0
2021.0.1
2021.0.1-next.3
2021.0.1-next.2
2021.0.1-next.1
2021.0.1-next.0
2021.0.0
2.0.0
2.0.0-next.3
2.0.0-next.2
2.0.0-next.1
2.0.0-next.0
1.6.0
1.6.0-next.4
1.6.0-next.3
1.6.0-next.2
1.6.0-next.1
1.6.0-next.0
1.6.0-canary.2
1.6.0-canary.1
1.6.0-canary.0
1.5.1-next.0
1.5.0
1.5.0-next.7
1.5.0-next.6
1.5.0-next.5
1.5.0-next.4
1.5.0-next.3
1.5.0-next.2
1.5.0-next.1
1.5.0-next.0
1.4.1
1.4.1-next.1
1.4.1-next.0
1.4.0
1.3.0
1.3.0-next.0
1.2.2-next.1
1.2.2-next.0
1.2.1
1.2.0-next.2
1.2.0-next.1
1.2.0-next.0
1.1.2
1.1.1
1.1.1-next.0
1.1.0
1.1.0-next.0
1.0.1
1.0.0
1.0.0-next.0
0.1.0
0.1.0-next.0
Plex client
github.com/nativecode-dev/media-clients/tree/master/packages/plex
@nativecode/plex
/
lib
/
PlexClient
/
Responses
/
ServersResponse.d.ts
8 lines
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
Server
}
from
'../Models/Server'
;
export
interface
ServersResponse
{
MediaContainer
: {
size
:
string
;
Server
:
Server
[]; }; }
//# sourceMappingURL=ServersResponse.d.ts.map