jellyfin-discord-bot/jellyfin/api.ts

4 lines
117 B
TypeScript

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