mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-16 06:50:19 +00:00
Fix one of the typing, add a missing jsdoc.
This commit is contained in:
Vendored
+2
-1
@@ -19,8 +19,9 @@ export interface Circle {
|
||||
radius: number;
|
||||
}
|
||||
|
||||
/** Typing for Overlap object. */
|
||||
export interface Overlap {
|
||||
sets: number[];
|
||||
sets: string[];
|
||||
size: number;
|
||||
weight?: number;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user