structured gui and models
This commit is contained in:
8
src/app/models/config.model.ts
Normal file
8
src/app/models/config.model.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Point } from './point.model';
|
||||
|
||||
export interface Config {
|
||||
width: Number;
|
||||
height: Number;
|
||||
start: Point;
|
||||
end: Point;
|
||||
}
|
||||
Reference in New Issue
Block a user