UNPKG

@pashoo2/clean-architecture-boilerplate

Version:
5 lines (4 loc) 162 B
import { TAggregateTypeMain } from '../../../aggregates/interfaces'; export interface IIsAggregateType { (typeValue: any): typeValue is TAggregateTypeMain; }