Skip to content

Commit

Permalink
Improve Arr.getValue() (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym authored Jul 31, 2023
2 parents d634a5e + 74041ee commit 0a3e163
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/parameters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ export class Arr extends BaseParameter {
return {
type: 'array',
items: this.innerType.getValue(),
description: this.params.description,
example: this.params.example,
default: this.params.default,
}
}
}
Expand Down

0 comments on commit 0a3e163

Please sign in to comment.