fixing tslint

This commit is contained in:
Saulo Tauil
2018-06-20 20:24:57 -07:00
parent a461a4c4e2
commit 39d98dbf3e
+1 -1
View File
@@ -32,7 +32,7 @@ export class Client {
}
export class ApiResponse<T> extends IncomingMessage {
body: T
body: T;
}
export type callback<T> = ((d: T) => void) | ((err: IntercomError, d: T) => void);