import { IViolation } from "./violations";

export type IBaselineViolations = IViolation[];
