fix: remove keyword tag from steps

This commit is contained in:
Wieland Schöbl
2020-09-09 18:12:32 +02:00
parent 66075ef99b
commit c369c8520a
-2
View File
@@ -29,8 +29,6 @@ export interface SCTourWithoutReferences
/**
* Steps of a tour
*
* @keyword
*/
steps: SCTourStep[];