Refactor interface names
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
export interface IAbility {
|
||||
export interface Ability {
|
||||
name: string;
|
||||
text: string;
|
||||
type: string;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
export interface IAncientTrait {
|
||||
export interface AncientTrait {
|
||||
name: string;
|
||||
text: string;
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
export interface IQuery {
|
||||
export interface Query {
|
||||
name: string;
|
||||
value: string | number;
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
export interface IResistance {
|
||||
export interface Resistance {
|
||||
type: string;
|
||||
value: string;
|
||||
}
|
||||
@ -1,4 +1,4 @@
|
||||
export interface IWeakness {
|
||||
export interface Weakness {
|
||||
type: string;
|
||||
value: string;
|
||||
}
|
||||
Reference in New Issue
Block a user