Skip to content

Commit 96c7594

Browse files
authored
Merge pull request #34 from Steffi3rd/patch-1
Add typing support for initialData
2 parents 34621e7 + 308e5a9 commit 96c7594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ declare module 'jsonapi-react' {
102102
staleTime?: number
103103
ssr?: boolean
104104
client?: ApiClient
105+
initialData?: TData
105106
}
106107
): IResult<TData>
107108
}

0 commit comments

Comments
 (0)