|
|
export const withUtils = <R extends SWRResponse, U>(response: R, utils: U): SWRResponseWithUtils<R, U> => {
|
|
export const withUtils = <R extends SWRResponse, U>(response: R, utils: U): SWRResponseWithUtils<R, U> => {
|
|
|
return Object.assign(response, utils);
|
|
return Object.assign(response, utils);
|