UNPKG

@pashoo2/clean-architecture-boilerplate

Version:
3 lines (2 loc) 221 B
import { TEntityTypeMain } from '../../../entities/interfaces'; export declare function getEntityTypeByString<T extends string | String>(stringValue: T): TEntityTypeMain<T extends string ? T : ReturnType<T['toString']>>;