Typescript SDK Type Docs
    Preparing search index...

    Interface ProductTypeReference

    interface ProductTypeReference {
        id: string;
        typeId: "product-type";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    id: string

    Unique identifier of the referenced ProductType.

    typeId: "product-type"

    Type of referenced resource.