When I have e.g. ``` typescript export type Response = Info|Success|Failure; ``` in an interface file : ``` error TS1008: Unexpected token; 'module, class, interface, enum, import or statement' ``` But this could become a `anyOf`