interface ICommandimport { type ICommand } from "https://deno.land/x/sptaki@1.2.0/models/spt/utils/ICommand.d.ts"; Propertiesuuid: stringcmd: () => Promise<any>