mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
8 lines
251 B
Plaintext
8 lines
251 B
Plaintext
/* tslint:disable */
|
|
/* eslint-disable */
|
|
{{>licenseInfo}}
|
|
|
|
export * from "./api";
|
|
export {Configuration, ConfigurationParameters} from "./configuration";
|
|
{{#withSeparateModelsAndApi}}export * from "./{{tsModelPackage}}";{{/withSeparateModelsAndApi}}
|