import type { IViolation } from "./violations.mjs";

export type IBaselineViolations = IViolation[];
