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.
ResultDescription
1 parent d5b8808 commit c1d0efdCopy full SHA for c1d0efd
packages/toolkit/src/query/endpointDefinitions.ts
@@ -231,6 +231,10 @@ export type FullTagDescription<TagType> = {
231
id?: number | string
232
}
233
export type TagDescription<TagType> = TagType | FullTagDescription<TagType>
234
+
235
+/**
236
+ * @public
237
+ */
238
export type ResultDescription<
239
TagTypes extends string,
240
ResultType,
packages/toolkit/src/query/index.ts
@@ -34,6 +34,7 @@ export type {
34
DefinitionType,
35
DefinitionsFromApi,
36
OverrideResultType,
37
+ ResultDescription,
38
TagTypesFromApi,
39
UpdateDefinitions,
40
} from './endpointDefinitions'
0 commit comments