Sporades SDK API
    Preparing search index...

    Type Alias PasswordResetMailOptions

    Copy overrides for the built-in password reset message.

    type PasswordResetMailOptions = {
        htmlBody?: string;
        subject?: string;
        textBody?: string;
    }
    Index
    htmlBody?: string
    subject?: string
    textBody?: string