Axinom Mosaic Libraries
    Preparing search index...

    Represents the response for a CompletePasswordReset request.

    interface CompletePasswordResetResponse {
        code: ResetPasswordResponseCode;
        details?: Record<string, unknown>;
        message?: string;
    }
    Index

    Properties

    details?: Record<string, unknown>
    message?: string