We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd6c7cf commit f588ab6Copy full SHA for f588ab6
src/lib/blueprint.ts
@@ -57,7 +57,7 @@ export interface Resource {
57
resourceType: string
58
properties: Property[]
59
description: string
60
- routePath: string | null
+ routePath: string
61
isDeprecated: boolean
62
deprecationMessage: string
63
isUndocumented: boolean
0 commit comments