MCPcopy
hub / github.com/adrianhajdin/banking / UrlQueryParams

Interface UrlQueryParams

lib/utils.ts:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83};
84
85interface UrlQueryParams {
86 params: string;
87 key: string;
88 value: string;
89}
90
91export function formUrlQuery({ params, key, value }: UrlQueryParams) {
92 const currentUrl = qs.parse(params);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected