Alokai

AttributeGroupDraft

type AttributeGroupDraft = {
  name: Array<LocalizedStringItemInputType>;
  description?: InputMaybe<Array<LocalizedStringItemInputType>>;
  key?: InputMaybe<Scalars['String']>;
  attributes: Array<Scalars['String']>;
};

Referenced Types

On this page