UNPKG

better-trakt

Version:

A Trakt.tv client with native Typescript support and quality of life features

7 lines 108 B
/** * Network obj */ export interface Network { name: string; } //# sourceMappingURL=networks.d.ts.map