import { TimestampData } from './timestampData'; export interface TimestampResponse { comment?: string; created?: boolean; dateCreated?: number; hashString?: string; timestamps?: Array; }