export interface LookupEqualityInterface { from: string; localField: string; foreignField: string; as: string; }