UNPKG

@ideascol/cli-maker

Version:
6 lines (5 loc) 193 B
import type { SlashCommand } from '../interfaces'; /** * Built-in slash commands available in every interactive session. */ export declare function getBuiltInSlashCommands(): SlashCommand[];