Rename Itrader interface for clarity
This commit is contained in:
parent
d6bb12a3a2
commit
fae6c57bfa
@ -101,10 +101,10 @@ export interface ISuit
|
|||||||
tid: string
|
tid: string
|
||||||
suiteId: string
|
suiteId: string
|
||||||
isActive: boolean
|
isActive: boolean
|
||||||
requirements: Requirements
|
requirements: ISuitRequirements
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface Requirements
|
export interface ISuitRequirements
|
||||||
{
|
{
|
||||||
loyaltyLevel: number
|
loyaltyLevel: number
|
||||||
profileLevel: number
|
profileLevel: number
|
||||||
|
Loading…
x
Reference in New Issue
Block a user