blob: 9f93370bf567a44bc178e42f01a6d81331bd4020 [file] [log] [blame]
/********************************************************************************
* Copyright (c) 2020 Contributors to the Eclipse Foundation
*
* See the NOTICE file(s) distributed with this work for additional
* information regarding copyright ownership.
*
* 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
********************************************************************************/
import { PageRequestInterface } from '@shared/models/page/page-request.interface';
export interface InternalPersonInterface extends PageRequestInterface {
uid?: string;
userRef?: string;
}