Files
Odoo-GraphQL-Subscription-C…/graphql-subscription/node_modules/@apollo/client/link/http/rewriteURIForGET.d.ts
2024-06-03 20:23:50 +05:30

9 lines
286 B
TypeScript

import type { Body } from "./selectHttpOptionsAndBody.js";
export declare function rewriteURIForGET(chosenURI: string, body: Body): {
parseError: unknown;
newURI?: undefined;
} | {
newURI: string;
parseError?: undefined;
};
//# sourceMappingURL=rewriteURIForGET.d.ts.map