UNPKG

@necord/schematics

Version:

A collection of schematics for Necord projects with NestJS

6 lines (5 loc) 196 B
import { CommonOptions } from '../common'; import { ContextMenuType } from './context-menu-type.enum'; export interface ContextMenuOptions extends CommonOptions { strategy: ContextMenuType; }