We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3e3820 commit fc19f4cCopy full SHA for fc19f4c
1 file changed
packages/app/backend-http-client/src/client/apiContractTypes.ts
@@ -1,9 +1,9 @@
1
+import type { FreeformRecord } from '@lokalise/universal-ts-utils/node'
2
import type { RequestResult } from 'undici-retry'
3
import type { ZodSchema, z } from 'zod'
4
5
export type HeadersObject = Record<string, string>
6
export type HeadersSource = HeadersObject | (() => HeadersObject) | (() => Promise<HeadersObject>)
-type FreeformRecord = Record<string, unknown>
7
8
export type CommonRequestParams<
9
ResponseBody,
0 commit comments