Learn more  » Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

skava / @skava/graphql   js

Repository URL to install this package:

Version: 9.0.35-framework 

/ dist / deps / getCustomParamForGetAPIs.d.ts

import { OneRequestType } from '../typings';
/**
 * To avoid cache issue for same GET API.
 */
declare const getCustomParamForGetAPIs: (context: OneRequestType<import("@skava/request/dist/typings").OneRequestContextBase>) => string;
export { getCustomParamForGetAPIs };
export default getCustomParamForGetAPIs;