export interface IPolicyViolationKey {
    policyName: string;
    violatingText: string;
}
