Skip to content

Commit 53aadf4

Browse files
committed
Copy metamodel from compiler to typescript-generator
1 parent 62590f8 commit 53aadf4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

typescript-generator/src/metamodel.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ export class Property {
126126
description?: string
127127
docUrl?: string
128128
docId?: string
129-
docTag?: string
130129
serverDefault?: boolean | string | number | string[] | number[]
131130
deprecation?: Deprecation
132131
availability?: Availabilities
@@ -409,7 +408,7 @@ export class Endpoint {
409408
docId?: string
410409
deprecation?: Deprecation
411410
availability: Availabilities
412-
411+
docTag?: string
413412
/**
414413
* If the request value is `null` it means that there is not yet a
415414
* request type definition for this endpoint.

0 commit comments

Comments
 (0)