export class Segment {
  public key:string;
  public label:string;

  constructor() {

  }
}
