Skip to content

Commit 6407369

Browse files
committed
fix: formatting
1 parent 2de00d8 commit 6407369

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/query-core/src/types.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,9 @@ export interface QueryObserverOptions<
243243
/**
244244
* If set, this value will be used as the placeholder data for this particular query observer while the query is still in the `loading` data and no initialData has been provided.
245245
*/
246-
placeholderData?: NonFunctionGuard<TQueryData> | PlaceholderDataFunction<NonFunctionGuard<TQueryData>>
246+
placeholderData?:
247+
| NonFunctionGuard<TQueryData>
248+
| PlaceholderDataFunction<NonFunctionGuard<TQueryData>>
247249

248250
_optimisticResults?: 'optimistic' | 'isRestoring'
249251
}

0 commit comments

Comments
 (0)