Current section

Files

Jump to
sprocket include docs@components@product_list_Product.hrl
Raw

include/docs@components@product_list_Product.hrl

-record(product, {
id :: integer(),
name :: binary(),
description :: binary(),
img_url :: binary(),
qty :: binary(),
price :: float()
}).