Alokai

SendEmailToFriendRecipientInput

Contains details about a recipient.

type SendEmailToFriendRecipientInput = {
  email: Scalars['String']['input']; /** The name of the recipient. */
  name: Scalars['String']['input'];
};

Referenced Types

On this page