import { TimestampResponse } from './timestampResponse'; export interface DefaultTimestampResponse { data?: TimestampResponse; errorCode?: number; errorMessage?: string; }