/** * Generic interface for Documents, so we don't have to * use the any type. */ export interface Data { [key: string]: any; }