Skip to main content
Modular Documentation
Guides
Reference
Reference
/
@modular/sdk
ModCommand
type
type ModCommand<TId extends string> = Command<TId> | SlashCommand<TId>
Import
import { ModCommand } from '@modular/sdk';