json2ts icon indicating copy to clipboard operation
json2ts copied to clipboard

handle double 's'`

Open beshanoe opened this issue 7 years ago • 0 comments

Child interface should be called IProgress

export interface IRootObject {
  progress: IProgres[];
}

export interface IProgres {
  order: number;
  stage: string;
  status: string;
}

beshanoe avatar Aug 15 '17 10:08 beshanoe