mirror of
https://github.com/detleph/server.git
synced 2026-09-04 16:46:04 +02:00
TypeScript is not used for browser development here, hence it does not know the type XMLHttpRequest (used by SuperAgent) This is not an ideal solution
4 lines
92 B
TypeScript
4 lines
92 B
TypeScript
// Temporary fix
|
|
// REVIEW: Look into a better solution
|
|
declare interface XMLHttpRequest {}
|