feat(api): plex tv sync and recently added sync

This commit is contained in:
sct
2020-11-11 09:02:28 +00:00
parent 16221a46a7
commit 1390cc1f13
19 changed files with 554 additions and 76 deletions

View File

@@ -16,6 +16,7 @@ declare module 'plex-api' {
deviceName: string;
platform: string;
};
requestOptions?: Record<string, string | number>;
});
query: <T extends Record<string, any>>(endpoint: string) => Promise<T>;