Newer
Older
import {SearchTableEntity} from "../common/search-table/search-table-entity.model";
export interface UserRo extends SearchTableEntity {
userName: string;
password?: string;
role: string;
suspended?: boolean;
Code development platform for open source projects from the European Union institutions
import {SearchTableEntity} from "../common/search-table/search-table-entity.model";
export interface UserRo extends SearchTableEntity {
userName: string;
password?: string;
role: string;
suspended?: boolean;
For further information about the platform and support, please see https://code.europa.eu/info/about