export interface Annotation { host?: string class?: string annotations?: Record debug: boolean '/'?: object // parsed and validated by RTD.syntax.parse }