UNPKG

@nativecode/sonarr

Version:
8 lines 239 B
import { ReleasePushProtocol } from './ReleasePushProtocol'; export interface ReleasePush { title: string; downloadUrl: string; protocol: ReleasePushProtocol; publishDate: string; } //# sourceMappingURL=ReleasePush.d.ts.map