export interface ConflictProgress {
    Power: string;
    ConflictProgress: number;
}
