You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This plugin is currently marked as **experimental**. It may change at any time.
88
+
89
+
!!!
90
+
91
+
**Description:**
92
+
93
+
This plugins outputs a very thin wrapper over [openapi-msw](https://www.npmjs.com/package/openapi-msw). This package lets your define typed MSW handlers.
94
+
95
+
To use this client, you need to install the `openapi-msw` package:
// ^^^^^^ Property "pointx" does not exist on type { points: number }
131
+
}),
132
+
];
133
+
```
134
+
83
135
84
136
## Creating a Plugin
85
137
@@ -122,7 +174,7 @@ export default defineConfig({
122
174
});
123
175
```
124
176
125
-
## Build hooks
177
+
###Build hooks
126
178
127
179
To interact with the code generation process, a plugin may include "hooks". Hooks are function that are are called at various stages of the generation. Hooks can affect how a build is run, add a file to the output, or modify a build once complete.
0 commit comments