Alokai

CustomizableProductInterface

Contains information about customizable product options.

type CustomizableProductInterface = {
  options?: Maybe<Array<Maybe<CustomizableOptionInterface>>>;
};

Referenced Types

On this page