when below type file parse on typson, parse error is occurred. ``` declare module test { export interface IHoge { items: {}[];↲ } } ```