/** Informations about a VPS Veeam restore points */
export interface RestorePoint {
    /** The restore point's creation time */
    creationTime: string;
    /** The restore point's id */
    id: number;
}
//# sourceMappingURL=RestorePoint.d.ts.map