UNPKG

@nativecode/radarr

Version:
8 lines 220 B
import { RestResource } from './RestResource'; export interface Quality2 extends RestResource { name: string; source: string; resolution: string; modifier: string; } //# sourceMappingURL=Quality2.d.ts.map