Represents a print location for products.

interface PrintLocation {
    Description: string;
    Name: string;
}

Properties

Properties

Description: string

The description of the print location.

Name: string

The name of the print location.