Alokai

StringAttribute

type StringAttribute = Attribute & {
  __typename?: 'StringAttribute';
  value: Scalars['String'];
  name: Scalars['String'];
};

Referenced Types

On this page