import { IPolicyViolationKey } from './PolicyViolationKey'; export interface IExemptionRequest { key: IPolicyViolationKey; }