import {ICliCommand} from "../util/command.js"; import {selfSlashProposer} from "./selfSlashProposer.js"; import {selfSlashAttester} from "./selfSlashAttester.js"; export const cmds: Required, Record>>["subcommands"] = [ selfSlashProposer, selfSlashAttester, ];