docs: replace class hero to interface wherever class properties not used (#34022)
Fixes #21186 PR Close #34022
This commit is contained in:

committed by
Matias Niemelä

parent
7b77ead88f
commit
8ed7b73dc1
@ -4,7 +4,7 @@ import { protractor, browser, element, by, ElementFinder } from 'protractor';
|
||||
|
||||
const nameSuffix = 'X';
|
||||
|
||||
class Hero {
|
||||
interface Hero {
|
||||
id: number;
|
||||
name: string;
|
||||
}
|
||||
|
Reference in New Issue
Block a user