Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

hero.ts

Blame
  • Forked from an inaccessible project.
    hero.ts 52 B
    export class Hero {
      id: number;
      name: string;
    }