export default interface IConsent { readonly id: string; readonly version: string; readonly content: string; readonly date: Date; }