UNPKG

@nativecode/sonarr

Version:
8 lines 222 B
import { RestResource } from './RestResource'; export interface Diskspace extends RestResource { path: string; label: string; freeSpace: number; totalSpace: number; } //# sourceMappingURL=Diskspace.d.ts.map