interface Entity {
    canEdit: boolean;
    id: string;
    name: string;
    type: EntityType;
}

Properties

Properties

canEdit: boolean
id: string
name: string