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