We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 686263a commit 3d3c579Copy full SHA for 3d3c579
src/services/api/index.ts
@@ -23,6 +23,7 @@ interface YdbEmbeddedAPIProps {
23
withCredentials: undefined | boolean;
24
singleClusterMode: undefined | boolean;
25
proxyMeta: undefined | boolean;
26
+ // this setting allows to use schema object path relative to database in api requests
27
useRelativePath: undefined | boolean;
28
csrfTokenGetter: undefined | (() => string | undefined);
29
defaults: undefined | AxiosRequestConfig;
0 commit comments