mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
fixing tslint
This commit is contained in:
Vendored
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user