You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like auto_loan is missing from the AccountDetail definition. declare type TAccountDetailTypes = 'bnpl_loan' | 'depository' | 'student_loan' | 'credit_card' | ' auto_loan';
The text was updated successfully, but these errors were encountered:
It looks like
auto_loan
is missing from theAccountDetail
definition.declare type TAccountDetailTypes = 'bnpl_loan' | 'depository' | 'student_loan' | 'credit_card' | ' auto_loan';
The text was updated successfully, but these errors were encountered: