Files
plexjs/plexjs/index.ts
2023-04-19 21:48:19 -05:00

18 lines
510 B
TypeScript

/* tslint:disable */
/* eslint-disable */
/**
* Plex-API
* An Open API Spec for interacting with Plex.tv and Plex Servers
*
* The version of the OpenAPI document: 0.0.3
* Contact: Lukeslakemail@gmail.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export * from "./plextv/api";
export * from "./pms/api";
export { Configuration, ConfigurationParameters } from "./configuration";