Entity
Last updated on 13-May-2020 by Jakob Jakobsen Boysen
On this page
Definition
interface Entity {
eClass?: string;
id?: string;
name?: string;
type?: string;
status?: Status;
tags?: string[];
attributes?: object;
[key: string]: any;
}