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 38ecf7a commit 2fe37eaCopy full SHA for 2fe37ea
packages/ingestion/model/authInputPartial.ts
@@ -13,4 +13,5 @@ export type AuthInputPartial =
13
| AuthAPIKeyPartial
14
| AuthOAuthPartial
15
| AuthAlgoliaPartial
16
- | AuthAlgoliaInsightsPartial;
+ | AuthAlgoliaInsightsPartial
17
+ | { [key: string]: string };
0 commit comments