UNPKG

@foblex/core

Version:

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

5 lines (4 loc) 89 B
export interface IIdType<TId = string, TType = string> { id: TId; type: TType; }