MasatoDev / boostest

14 stars 0 forks source link

Support types beyond TSTypeLiteral. #12

Closed MasatoDev closed 2 months ago

MasatoDev commented 2 months ago

          early handle type Hoge = string
           type JOB = {
             name: string;
             salary: number;
           };

           type Hoge = string; < -- follow this pattern