Skip to content

Commit f588ab6

Browse files
authored
Update src/lib/blueprint.ts
1 parent fd6c7cf commit f588ab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/blueprint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface Resource {
5757
resourceType: string
5858
properties: Property[]
5959
description: string
60-
routePath: string | null
60+
routePath: string
6161
isDeprecated: boolean
6262
deprecationMessage: string
6363
isUndocumented: boolean

0 commit comments

Comments
 (0)