Remove unused interfaces
This commit is contained in:
parent
c39e331423
commit
3437b70eaf
@ -265,18 +265,6 @@ export interface CounterKeyValue
|
||||
Value: number;
|
||||
}
|
||||
|
||||
export interface ConditionCounters
|
||||
{
|
||||
Counters: Counter[];
|
||||
}
|
||||
|
||||
export interface Counter
|
||||
{
|
||||
id: string;
|
||||
value: number;
|
||||
qid: string;
|
||||
}
|
||||
|
||||
export interface Aggressor
|
||||
{
|
||||
AccountId: string;
|
||||
|
Loading…
Reference in New Issue
Block a user