/** Specific fields for POLICY events */
export interface LogPolicyDetails {
    /** Description of the policy */
    description: string;
    /** Name of the policy */
    name: string;
}
//# sourceMappingURL=LogPolicyDetails.d.ts.map