Files
agent/src/components/keyboard-key.model.ts
2016-04-16 14:26:50 +02:00

11 lines
168 B
TypeScript

export interface KeyboardKey {
id: string;
x: string;
y: string;
rx: string;
ry: string;
height: string;
width: string;
fill: string;
}