9 lines
143 B
JavaScript
9 lines
143 B
JavaScript
module.exports = {
|
|
sizes: [{
|
|
name: { type: String },
|
|
height: { type: Number },
|
|
width: { type: Number },
|
|
_id: false,
|
|
}],
|
|
};
|