UNPKG

@pashoo2/clean-architecture-boilerplate

Version:
5 lines (4 loc) 168 B
import { TEntityTypeMain } from '../../../entities/interfaces'; export interface IGetEntityTypeByString<T extends string> { (stringValue: T): TEntityTypeMain<T>; }