diff --git a/both/collections/parties.collection.ts b/both/collections/parties.collection.ts new file mode 100644 index 000000000..65011f164 --- /dev/null +++ b/both/collections/parties.collection.ts @@ -0,0 +1,3 @@ +import { MongoObservable } from 'meteor-rxjs'; + +export const Parties = new MongoObservable.Collection('parties');