export namespace IDataTypes { export interface Item { name: string; description: string; points: string[]; } }