import { Update } from './update'; export interface Audit { updates: Update[]; }