Adding missing reference.

This commit is contained in:
Robert Van Gorkom
2016-01-16 10:48:41 -08:00
parent b0b4ecb45a
commit 1de41285d9
@@ -3,6 +3,8 @@
// Definitions by: Robert Van Gorkom <https://github.com/vangorra>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
/// <reference path="../meteor/meteor.d.ts" />
declare interface IPublishCompositeConfigN {
children? : IPublishCompositeConfigN[];
find(...args : any[]) : Mongo.Cursor<any>;