// Generated Source interface AccountSignupInfoRequest { /** * Specifies whether marketing information is sent to the user */ marketingAccepted?: boolean; } export default AccountSignupInfoRequest;