Typescript SDK Type Docs
    Preparing search index...

    Interface ProductLabel

    interface ProductLabel {
        name: LocalizedString;
        slug: LocalizedString;
        type: "ProductLabel";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Name of the Product.

    User-defined identifier used in a deep-link URL for the Product.

    type: "ProductLabel"