lbovet / typson

Converts TypeScript to JSON-schema

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

parse error of object's array.

horiuchi opened this issue · comments

when below type file parse on typson, parse error is occurred.

declare module test {
  export interface IHoge {
    items: {}[];↲
  }
}