import { Notification } from './notification'; export interface TimestampRequest { comment?: string; hash: string; notifications?: Array; url?: string; }