export class MyData implements IIdentifiable<string> {
  public id: string;
  public name: string;
  public description: string;
}