export interface PasswordResetConfirmRequest {
    'new_password1': string;
    'new_password2': string;
    'uid': string;
    'token': string;
}
