Represents a product group.

interface ProductGroup {
    Id: number;
    Name: string;
}

Properties

Properties

Id: number

The identifier of the product group.

Name: string

The name of the product group.