4 lines
110 B
TypeScript
4 lines
110 B
TypeScript
import type { Command } from '../../types/command.js'
|
|
declare const _default: Command
|
|
export default _default
|