Type alias CommandHooks<C>

CommandHooks<C>: {
    [key in CommandHookString]?: ((...args) => any)[]
}

Type Parameters

Generated using TypeDoc