export type CommandInstanceType = {
    constructor: { name: string };
    [key: string]: any;
}
