Product
Fixes #42144 PR Close #42147
@@ -1,3 +1,10 @@
export interface Product {
id: number;
name: string;
price: number;
description: string;
}
export const products = [
{
id: 1,
The note is not visible to the blocked user.