UNPKG

@rocali/expo-ts-rest-template

Version:

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

15 lines (13 loc) 223 B
export interface CharacterLocation { name: string; url: string; } export interface Location { id: number; name: string; type: string; dimension: string; residents: string[]; url: string; created: Date; }