interface CountStockData {
    amount: number;
    comment: Showroom.CommentResponse;
}

Properties

Properties

amount: number