export interface SendMagicAuthCodeOptions { email: string; } export interface SerializedSendMagicAuthCodeOptions { email: string; }