mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-02-01 08:20:01 +05:30
5 lines
61 B
TypeScript
5 lines
61 B
TypeScript
|
export default interface Point {
|
||
|
x: number;
|
||
|
y: number;
|
||
|
}
|