Skip to content

Commit 769795f

Browse files
committed
ci: Format code
1 parent 854b7cb commit 769795f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
import type { SeamHttpApiError } from '@seamapi/http/connect'
22
import type { UseQueryResult } from '@tanstack/react-query'
33

4-
export type UseSeamQueryResultLegacy<Field extends string, ResponsePayload> = Omit<
5-
UseQueryResult<ResponsePayload, SeamHttpApiError>,
6-
'data'
7-
> & { [key in Field]?: ResponsePayload }
4+
export type UseSeamQueryResultLegacy<
5+
Field extends string,
6+
ResponsePayload,
7+
> = Omit<UseQueryResult<ResponsePayload, SeamHttpApiError>, 'data'> & {
8+
[key in Field]?: ResponsePayload
9+
}

0 commit comments

Comments
 (0)