@dxs-ts/eveli-ide 0.0.374 → 0.0.375

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -933,6 +933,7 @@ export declare class RootFileFetch {
933
933
  backend: import('../fetch/worker.rest.api.version.get').VersionEntity;
934
934
  } | undefined>;
935
935
  };
936
+ withFetch(overrideFetch: () => typeof window.fetch): RootFileFetch;
936
937
  }
937
938
  export declare function createFileFetch<TFetchPath extends keyof HookByPath>(path: TFetchPath): <THook extends Hook<THookProps, THookReturnType>, THookProps = HookProps<THook>, THookReturnType = ReturnType<THook>>(options: {
938
939
  hook: ProxyHook<THookProps, THookReturnType>;