Files
kodi-api-server/src/Torrent/SeedClient/Dto/torrent-info.dto.ts
T

5 lines
67 B
TypeScript

export class TorrentInfo {
id: string;
linkomanija: boolean;
}