mirror of
https://git.bits.team/Bits/mod-manager.git
synced 2025-04-04 06:58:36 -04:00
5 lines
120 B
TypeScript
5 lines
120 B
TypeScript
import {Command} from "commander";
|
|
|
|
export default interface Subcommand {
|
|
registerCommand(program: Command): void;
|
|
} |