export default class Size3D { constructor( public width: number, public height: number, public depth: number ) {} }