appendCustomParams
FunctionappendCustomParams(customOptions: T, keys: keyofT[], baseOptions?: Partial<T>): IRequestOptions
Helper for methods with lots of first order request options to pass through as request parameters.
Parameters
Parameter | Type |
---|---|
custom | T |
keys | keyofT[] |
base | Partial<T> |
Returns
IRequestOptions