import { ConflictLevels } from '../constants'; export type ConflictLevel = (typeof ConflictLevels)[number];