* Interface definitions based on the metaModel schema
| 71 | * Interface definitions based on the metaModel schema |
| 72 | */ |
| 73 | interface MetaModel { |
| 74 | metaData: MetaData; |
| 75 | requests: Request[]; |
| 76 | notifications: Notification[]; |
| 77 | structures: Structure[]; |
| 78 | enumerations: Enumeration[]; |
| 79 | typeAliases: TypeAlias[]; |
| 80 | } |
| 81 | |
| 82 | interface MetaData { |
| 83 | version: string; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…