Forgive me if I sound ignorant, but Clover is auto-generating files with "Avro" that do not declare objects which fails strict mode with Angular. Is there something I am doing wrong or is this something that can be fixed?
example:
/** * Autogenerated by Avro * * DO NOT EDIT DIRECTLY */
...
AppExclusionType = { ALL : "ALL", MARKET : "MARKET", SEARCH : "SEARCH", INSTALL : "INSTALL" };
edit: This is coming from remote-pay-cloud-api