UNPKG

@nativecode/sonarr

Version:
10 lines 259 B
import { HistoryRecord } from './HistoryRecord'; export interface History { page: number; pageSize: number; sortKey: string; sortDirection: string; totalRecords: number; records: HistoryRecord[]; } //# sourceMappingURL=History.d.ts.map