4 lines
117 B
TypeScript
4 lines
117 B
TypeScript
|
// This is the entrypoint for the package
|
||
|
export * as JellyfinAPI from './api/apis';
|
||
|
export * from './model/models';
|