src/app/types/ability.ts
| description |
description: |
| name |
name: |
export class Ability {
name: string
description?: string
}