UNPKG

better-trakt

Version:

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

8 lines (7 loc) 84 B
/** * Country obj */ export interface Country { name: string; code: string; }