jellyfin-discord-bot/jellyfin/api.ts
2023-04-15 22:02:40 +02:00

4 lines
117 B
TypeScript

// This is the entrypoint for the package
export * as JellyfinAPI from './api/apis';
export * from './model/models';