jellyfin-discord-bot/jellyfin/api.ts

4 lines
117 B
TypeScript
Raw Normal View History

2023-04-15 22:02:40 +02:00
// This is the entrypoint for the package
export * as JellyfinAPI from './api/apis';
export * from './model/models';