SendEmailToFriendSenderInput
Contains details about the sender.
type SendEmailToFriendSenderInput = {
email: Scalars['String']['input']; /** The text of the message to be sent. */
message: Scalars['String']['input']; /** The name of the sender. */
name: Scalars['String']['input'];
};