Skip to content

Commit fc19f4c

Browse files
committed
Reuse type
1 parent e3e3820 commit fc19f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/app/backend-http-client/src/client/apiContractTypes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
import type { FreeformRecord } from '@lokalise/universal-ts-utils/node'
12
import type { RequestResult } from 'undici-retry'
23
import type { ZodSchema, z } from 'zod'
34

45
export type HeadersObject = Record<string, string>
56
export type HeadersSource = HeadersObject | (() => HeadersObject) | (() => Promise<HeadersObject>)
6-
type FreeformRecord = Record<string, unknown>
77

88
export type CommonRequestParams<
99
ResponseBody,

0 commit comments

Comments
 (0)