UNPKG

@bleed-believer/path-alias

Version:
7 lines (6 loc) 221 B
import type { CommandInstance } from './command.instance.js'; import type { CommandMetadata } from './command.metadata.js'; export interface CommandConstructor { new (): CommandInstance; meta?: CommandMetadata; }