We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
QueryKey
Pick
1 parent 524e282 commit 5ed19a9Copy full SHA for 5ed19a9
packages/openapi-ts/src/plugins/@pinia/colada/queryKey.ts
@@ -359,7 +359,7 @@ export const createQueryKeyType = ({
359
tsc.typeIntersectionNode({
360
types: [
361
tsc.typeReferenceNode({
362
- typeName: `Pick<${TOptionsType}, '${getClientBaseUrlKey(plugin.context.config)}' | 'body' | 'path' | 'query'>`,
+ typeName: `Pick<${TOptionsType}, 'path'>`,
363
}),
364
tsc.typeInterfaceNode({
365
properties,
0 commit comments