UNPKG

better-trakt

Version:

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

8 lines 127 B
/** * Country obj */ export interface Country { name: string; code: string; } //# sourceMappingURL=countries.d.ts.map