added discover endpoint and types

This commit is contained in:
DerPenz
2023-02-20 16:50:40 +01:00
parent 641f6cfcd2
commit 38312191ca
4 changed files with 110 additions and 0 deletions

View File

@@ -9,3 +9,4 @@ export * from './genre';
export * from './movies';
export * from './configuration';
export * from './tv-shows';
export * from './discover';