Files
cartlog-admin/node_modules/next/dist/build/webpack/loaders/next-flight-server-reference-proxy-loader.d.ts
2026-01-01 15:25:19 +05:30

7 lines
237 B
TypeScript

import type { webpack } from 'next/dist/compiled/webpack/webpack';
declare const flightServerReferenceProxyLoader: webpack.LoaderDefinitionFunction<{
id: string;
name: string;
}>;
export default flightServerReferenceProxyLoader;