UNPKG

@pashoo2/clean-architecture-boilerplate

Version:
5 lines (4 loc) 272 B
import { TAggregateTypeMain } from '../aggregates/interfaces'; import { TEntityTypeMain } from '../entities/interfaces'; export declare const ENTITY_TYPE_STUB: TEntityTypeMain<'entity_type'>; export declare const AGGREGATE_TYPE_STUB: TAggregateTypeMain<'aggregate_type'>;