Skip to content

Instantly share code, notes, and snippets.

@wovalle
Last active February 6, 2019 15:58
Show Gist options
  • Save wovalle/16968b2c92a4fb3270d27fe6c9596305 to your computer and use it in GitHub Desktop.
Save wovalle/16968b2c92a4fb3270d27fe6c9596305 to your computer and use it in GitHub Desktop.
import { Collection } from 'fireorm';
@Collection()
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