@nativecode/plex
Version:
13 lines • 360 B
TypeScript
import { Video } from '../Models/Video';
export interface RecentlyAddedResponse {
MediaContainer: {
size: string;
allowSync: string;
identifier: string;
mediaTagPrefix: string;
mediaTagVersion: string;
mixedParents: string;
Video: Video[];
};
}
//# sourceMappingURL=RecentlyAddedResponse.d.ts.map