export default interface IUpdate { readonly at: Date; readonly by: string; readonly update: any; }