Function: createCommandConfig()
function createCommandConfig<C>(config): C
Type Parameters
| Type Parameter |
|---|
C extends CommandConfig |
Parameters
| Parameter | Type |
|---|---|
config | ExactConfig<C> & EnforceConfig<C> |
Returns
C
function createCommandConfig<C>(config): C
| Type Parameter |
|---|
C extends CommandConfig |
| Parameter | Type |
|---|---|
config | ExactConfig<C> & EnforceConfig<C> |
C