Commit 346799a
committed
fix(clients): use Options generic consistently in Vue ModelMutationModelResult
The base mutation result type was hardcoding QueryOptions<Schema> instead
of using the Options generic parameter, breaking consistency with React
and Svelte adapters.1 parent d6a7bc5 commit 346799a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
0 commit comments