2019-01-15 11:15:54 +01:00

4 lines
84 B
TypeScript

export class Size {
constructor(public width: number, public height: number) {}
}