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

3 lines
224 B
TypeScript

import type { Operation } from "../core/index.js";
export declare const selectURI: (operation: Operation, fallbackURI?: string | ((operation: Operation) => string) | undefined) => any;
//# sourceMappingURL=selectURI.d.ts.map