| 185 | |
| 186 | @Xml.Class("Lane") |
| 187 | export class LaneSchema implements Referenceable { |
| 188 | @Xml.Attribute("id") |
| 189 | readonly id?: string |
| 190 | } |
| 191 | |
| 192 | @Xml.Class("Timeline") |
| 193 | export class TimelineSchema implements Referenceable { |
nothing calls this directly
no outgoing calls
no test coverage detected