UNPKG

@foblex/ng-clarc

Version:

A ngClarc library providing a set of utilities and interfaces for various projects.

5 lines (4 loc) 121 B
import { IHasKey } from './i-has-key'; export interface IEntitySummary<TKey> extends IHasKey<TKey> { name: string; }