import { IdzResult } from './IdzResult'; export interface IdzServerTimeResult extends IdzResult { ServerTime: String; }