Skip to content

Commit a86f242

Browse files
Update docs/docs/contribute/new-command/build-command-logic.mdx
1 parent 27451fe commit a86f242

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/contribute/new-command/build-command-logic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ interface CommandArgs {
127127
class SpoGroupGetCommand extends SpoCommand {
128128
// ...
129129

130-
public get schema(): z.ZodObject | undefined {
130+
public get schema(): z.ZodType | undefined {
131131
return options;
132132
}
133133

0 commit comments

Comments
 (0)