image-converter-client/app/types.ts

5 lines
56 B
TypeScript
Raw Normal View History

2024-11-07 19:19:02 +00:00
export type Coordinates = {
x: number;
y: number;
}