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 602ca15 commit d2bdf9fCopy full SHA for d2bdf9f
src/services/api/index.ts
@@ -31,6 +31,10 @@ export class YdbEmbeddedAPI {
31
webVersion = false,
32
withCredentials = false,
33
csrfTokenGetter = () => undefined,
34
+ }: {
35
+ webVersion?: boolean;
36
+ withCredentials?: boolean;
37
+ csrfTokenGetter?: () => string | undefined;
38
} = {}) {
39
const config: AxiosRequestConfig = {withCredentials};
40
0 commit comments