Skip to content

Commit 771d244

Browse files
committed
fix(pinia-colada): remove unnecessary Partial type for query
1 parent 7143078 commit 771d244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/openapi-ts/src/plugins/@pinia/colada/queryOptions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const createQueryOptions = ({
164164
isNuxtClient
165165
? {
166166
name: fnOptions,
167-
type: `Partial<${strippedTypeData}>`,
167+
type: strippedTypeData,
168168
}
169169
: { name: fnOptions },
170170
],

0 commit comments

Comments
 (0)