diff --git a/lib/typings/KeyPoint.d.ts b/lib/typings/KeyPoint.d.ts index 4718a3783..b9065bfb1 100644 --- a/lib/typings/KeyPoint.d.ts +++ b/lib/typings/KeyPoint.d.ts @@ -1,7 +1,7 @@ import { Point2 } from './Point2.d'; export class KeyPoint { - readonly point: Point2; + readonly pt: Point2; readonly size: number; readonly angle: number; readonly response: number;