@nativecode/radarr
Version:
Radarr REST client
18 lines • 413 B
TypeScript
export interface HistoryData {
indexer: string;
nzbInfoUrl: string;
releaseGroup: string;
age: string;
ageHours: string;
ageMinutes: string;
publishedDate: Date;
downloadClient: string;
size: string;
downloadUrl: string;
guid: string;
tvdbId: string;
tvRageId: string;
protocol: string;
torrentInfoHash?: any;
}
//# sourceMappingURL=HistoryData.d.ts.map