blob: 04ae7ac7259edbdea6286b9f9cf9cbbc5f6101d4 [file] [log] [blame]
/********************************************************************************
* Copyright © 2018 Mettenmeier GmbH.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0 which is available at
* http://www.eclipse.org/legal/epl-2.0.
*
* SPDX-License-Identifier: EPL-2.0
********************************************************************************/
export class MoveUserObject {
validFrom: any;
validTo: any;
groupId: number;
scheduleBodyId: number;
}
export class ReplaceUserObject {
validFrom: any;
validTo: any;
statusId: number;
standbyGroupId: number;
currentUserId: number;
newUserId: number;
}