UNPKG

@foblex/core

Version:

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

5 lines (4 loc) 70 B
export interface IIdName<T = string> { id: T; name: string; }