Skip to main content

ModCommand

type
type ModCommand<TId extends string> = Command<TId> | SlashCommand<TId>

Import

import { ModCommand } from '@modular/sdk';