/** * Model: Size * * THIS FILE HAS BEEN AUTOMATICALLY GENERATED. DO NOT EDIT. * */ /** * A width and a height. */ export interface Size { /** The width of a size. */ width: number; /** the height of a size. */ height: number; } //# sourceMappingURL=size.d.ts.map