declare module fb { interface IDropPlusService { get(type: string): fb.List; add(dropPlus: fb.DropPlus): fb.DropPlus; remove(dropPlus: fb.DropPlus): fb.ResourceBase; } }