UNPKG

@rocali/expo-ts-rest-template

Version:

Expo project template with TypeScript, eslint, prettier, react-navigation, storybook, jest and examples for a quick start.

10 lines (9 loc) 156 B
export interface Episode { id: number; name: string; episode: string; air_date: string; characters: string[]; url: string; created: string; }