@@ -68,6 +68,7 @@ declare module '@hey-api/shared' {
6868 '@hey-api/client-next' : Plugins . HeyApiClientNext . Types [ 'Types' ] ;
6969 '@hey-api/client-nuxt' : Plugins . HeyApiClientNuxt . Types [ 'Types' ] ;
7070 '@hey-api/client-ofetch' : Plugins . HeyApiClientOfetch . Types [ 'Types' ] ;
71+ '@hey-api/examples' : Plugins . HeyApiExamples . Types [ 'Types' ] ;
7172 '@hey-api/schemas' : Plugins . HeyApiSchemas . Types [ 'Types' ] ;
7273 '@hey-api/sdk' : Plugins . HeyApiSdk . Types [ 'Types' ] ;
7374 '@hey-api/transformers' : Plugins . HeyApiTransformers . Types [ 'Types' ] ;
@@ -128,6 +129,7 @@ import type {
128129 HeyApiClientOfetchPlugin ,
129130 OfetchClient as OfetchClientImp ,
130131} from './plugins/@hey-api/client-ofetch' ;
132+ import type { HeyApiExamplesPlugin } from './plugins/@hey-api/examples' ;
131133import type { HeyApiSchemasPlugin } from './plugins/@hey-api/schemas' ;
132134import type { HeyApiSdkPlugin } from './plugins/@hey-api/sdk' ;
133135import type { HeyApiTransformersPlugin } from './plugins/@hey-api/transformers' ;
@@ -250,6 +252,10 @@ export namespace Plugins {
250252 export type Types = HeyApiClientOfetchPlugin ;
251253 }
252254
255+ export namespace HeyApiExamples {
256+ export type Types = HeyApiExamplesPlugin ;
257+ }
258+
253259 export namespace HeyApiSchemas {
254260 export type Types = HeyApiSchemasPlugin ;
255261 }
0 commit comments