8 lines
96 B
C#
8 lines
96 B
C#
namespace Prefab.Web.Client.Components.Shared;
|
|
|
|
public enum CardVariant
|
|
{
|
|
Product,
|
|
Category
|
|
}
|