fromOtherPoint(point: Point): Point; }; // `Function` does not fulfill the defined type so // it needs to be cast to <any> Point = <any> ...
確定! 回上一頁