UNPKG

@nativecode/plex

Version:
8 lines 229 B
import { PlexOptions } from '../PlexOptions'; export interface PlexClientOptions extends PlexOptions { host: string; port: number; secure: boolean; token?: string; } //# sourceMappingURL=PlexClientOptions.d.ts.map