1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-04-20 11:28:40 +02:00
2018-09-30 10:15:46 +01:00

7 lines
72 B
JavaScript

class ApiResponse {
constructor() {}
}
module.exports = ApiResponse;