Alokai

EnteredOptionInput

Defines a customer-entered option.

type EnteredOptionInput = {
  uid: Scalars['ID']['input']; /** Text the customer entered. */
  value: Scalars['String']['input'];
};

Referenced Types

On this page