👕 Fix lint issue

This commit is contained in:
Jan Oberhauser
2019-08-02 17:06:06 +02:00
parent 72bd291efb
commit 983ef13db9
2 changed files with 8 additions and 3 deletions

View File

@@ -46,6 +46,11 @@ declare module 'jsplumb' {
interface Overlay {
setVisible(visible: boolean): void;
}
interface OnConnectionBindInfo {
originalSourceEndpoint: Endpoint;
originalTargetEndpoint: Endpoint;
}
}