Websites v4 docs v5.2.5
    Preparing search index...

    Type Alias PasswordResetCreateResponse

    type PasswordResetCreateResponse = {
        error?: { status: number };
        message: string;
        password_reset: {
            email: string;
            expiry: string;
            host: string;
            token: string;
        };
    }
    Index

    Properties

    error?: { status: number }
    message: string
    password_reset: { email: string; expiry: string; host: string; token: string }