Skip to content

Commit

Permalink
fix: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen committed Dec 7, 2022
1 parent 96f7b70 commit fbcbaa9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/data/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export interface QueryState<TQueryResult> {
data?: TQueryResult
}

export interface QueryRenderInput<TQueryResult = QueryResult> extends QueryState<TQueryResult> {
export interface QueryRenderInput<TQueryResult = QueryResult>
extends QueryState<TQueryResult> {
engine: DataEngine
refetch: QueryRefetchFunction
}
Expand Down

0 comments on commit fbcbaa9

Please sign in to comment.