Skip to main content
The Deno 2 Release Candidate is here
Learn more
interface ICommand
import { type ICommand } from "https://deno.land/x/sptaki@1.2.0/models/spt/utils/ICommand.d.ts";

Properties

uuid: string
cmd: () => Promise<any>