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

Properties

Properties

amount: number