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