Skip to content

Instantly share code, notes, and snippets.

@wovalle
Last active February 6, 2019 15:58
Show Gist options
  • Save wovalle/673790741b157906c32023edd0133368 to your computer and use it in GitHub Desktop.
Save wovalle/673790741b157906c32023edd0133368 to your computer and use it in GitHub Desktop.
Introducing fireorm!
class Band {
id: string;
name: string;
formationYear: number;
genres: Array<string>;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment