We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 107aba1 commit d6bb2c6Copy full SHA for d6bb2c6
packages/wizard/test/services/users.ts
@@ -9,6 +9,7 @@ const usersService = await wizard.api.service({
9
actions: {
10
create: wizard.api.createAction(
11
{
12
+ description: 'Create user',
13
body: {
14
name: 'string',
15
},
0 commit comments