UNPKG

@necord/schematics

Version:

A collection of schematics for Necord projects with NestJS

6 lines (5 loc) 187 B
import { CommonOptions } from '../common'; import { ComponentType } from './component-type.enum'; export interface ComponentOptions extends CommonOptions { strategy: ComponentType; }