Skip to content

Commit

Permalink
fix: BaseProperty description is non-optional
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Aug 1, 2024
1 parent c32a24c commit 5cf77f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ interface ResourceListResponse extends BaseResponse {

interface BaseProperty {
name: string
description?: string
description: string
isDeprecated: boolean
deprecationMessage: string
isUndocumented: boolean
Expand Down

0 comments on commit 5cf77f1

Please sign in to comment.