Files
cut-abstractions/samples/handleAbility/common/Point.ts

6 lines
51 B
TypeScript

export interface Point
{
x: number
y: number
}