Interface AccountSendRecoveryFlowEmailResponse

interface AccountSendRecoveryFlowEmailResponse {
    body: string;
    can_recover_with_code: boolean;
    email: string;
    status: string;
    title: string;
    toast_message: null;
}

Properties

body: string
can_recover_with_code: boolean
email: string
status: string
title: string
toast_message: null