UNPKG

@necord/schematics

Version:

A collection of schematics for Necord projects with NestJS

6 lines (5 loc) 179 B
import { CommonOptions } from '../common'; import { CommandType } from './command-type.enum'; export interface CommandOptions extends CommonOptions { strategy: CommandType; }