mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-12-04 12:39:20 +05:30
5 lines
65 B
TypeScript
5 lines
65 B
TypeScript
export default interface Point {
|
|
x: number;
|
|
y: number;
|
|
}
|