yolkbot
    Preparing search index...

    Type Alias CommandParams

    CommandParams: {
        [K in keyof typeof CommandIndex]: ConstructorParameters<
            typeof CommandIndex[K],
        >
    }