@@ -124,6 +124,8 @@ type EndpointDefinitionWithQuery<
124
124
*
125
125
* @example
126
126
* ```ts
127
+ * // codeblock-meta no-transpile
128
+ *
127
129
* import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
128
130
* import * as v from "valibot"
129
131
*
@@ -149,6 +151,8 @@ type EndpointDefinitionWithQuery<
149
151
*
150
152
* @example
151
153
* ```ts
154
+ * // codeblock-meta no-transpile
155
+ *
152
156
* import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
153
157
* import * as v from "valibot"
154
158
* import {customBaseQuery, baseQueryErrorSchema} from "./customBaseQuery"
@@ -246,6 +250,8 @@ interface CommonEndpointDefinition<
246
250
*
247
251
* @example
248
252
* ```ts
253
+ * // codeblock-meta no-transpile
254
+ *
249
255
* import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
250
256
* import * as v from "valibot"
251
257
*
@@ -267,6 +273,8 @@ interface CommonEndpointDefinition<
267
273
*
268
274
* @example
269
275
* ```ts
276
+ * // codeblock-meta no-transpile
277
+ *
270
278
* import { createApi, fetchBaseQuery } from '@reduxjs/toolkit/query/react'
271
279
* import * as v from "valibot"
272
280
*
@@ -291,6 +299,8 @@ interface CommonEndpointDefinition<
291
299
*
292
300
* @example
293
301
* ```ts
302
+ * // codeblock-meta no-transpile
303
+ *
294
304
* import { createApi } from '@reduxjs/toolkit/query/react'
295
305
* import * as v from "valibot"
296
306
* import { customBaseQuery, baseQueryErrorSchema } from "./customBaseQuery"
@@ -313,6 +323,8 @@ interface CommonEndpointDefinition<
313
323
*
314
324
* @example
315
325
* ```ts
326
+ * // codeblock-meta no-transpile
327
+ *
316
328
* import { createApi } from '@reduxjs/toolkit/query/react'
317
329
* import * as v from "valibot"
318
330
* import { customBaseQuery, baseQueryMetaSchema } from "./customBaseQuery"
0 commit comments