// These disputes will come dynamically from APIs
// import { DisputesProps } from '@/utils/types/trade-line.types';

// export const disputes: DisputesProps[] = [
//   {
//     id: 7137,
//     type: 'Inquiries',
//     title: 'WF/DILLARDS',
//     reason: 'I attest that I do not recognize this item',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7132,
//     type: 'Inquiries',
//     title: 'CHASE BANK',
//     reason: 'I attest that I do not recognize this item',
//     status: 'negative',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7133,
//     type: 'Collections',
//     title: 'MEDICAL COLLECTION',
//     reason: 'This account is not mine',
//     status: 'deleted',
//     tcpStatus: 'Repaired',
//   },
//   {
//     id: 7134,
//     type: 'Inquiries',
//     title: 'CAPITAL ONE',
//     reason: 'I did not authorize this inquiry',
//     status: 'negative',
//     tcpStatus: 'Waiting for attestation',
//   },
//   {
//     id: 7135,
//     type: 'Accounts',
//     title: 'DISCOVER CARD',
//     reason: 'Account balance is incorrect',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7136,
//     type: 'Inquiries',
//     title: 'WELLS FARGO',
//     reason: 'I attest that I do not recognize this item',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7127,
//     type: 'Collections',
//     title: 'DEBT COLLECTOR ABC',
//     reason: 'This debt has been paid in full',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7138,
//     type: 'Accounts',
//     title: 'BANK OF AMERICA',
//     reason: 'Account status is incorrect',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7139,
//     type: 'Inquiries',
//     title: 'AMERICAN EXPRESS',
//     reason: 'I attest that I do not recognize this item',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7140,
//     type: 'Collections',
//     title: 'UTILITY COLLECTION',
//     reason: 'This account is not mine',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7141,
//     type: 'Accounts',
//     title: 'CITIBANK',
//     reason: 'Payment history is incorrect',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7142,
//     type: 'Inquiries',
//     title: 'SYNCHRONY BANK',
//     reason: 'I did not authorize this inquiry',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7143,
//     type: 'Collections',
//     title: 'PHONE BILL COLLECTION',
//     reason: 'This debt has been settled',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7144,
//     type: 'Accounts',
//     title: 'US BANK',
//     reason: 'Account limit is incorrect',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7145,
//     type: 'Inquiries',
//     title: 'CREDIT ONE',
//     reason: 'I attest that I do not recognize this item',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7146,
//     type: 'Collections',
//     title: 'STUDENT LOAN COLLECTION',
//     reason: 'This account is not mine',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7147,
//     type: 'Accounts',
//     title: 'NAVY FEDERAL',
//     reason: 'Account information is outdated',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7148,
//     type: 'Inquiries',
//     title: 'BARCLAYS',
//     reason: 'I did not authorize this inquiry',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7149,
//     type: 'Collections',
//     title: 'CREDIT CARD COLLECTION',
//     reason: 'This debt has been paid in full',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7150,
//     type: 'Accounts',
//     title: 'PNC BANK',
//     reason: 'Account balance is incorrect',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7151,
//     type: 'Inquiries',
//     title: 'MARCUS GOLDMAN',
//     reason: 'I attest that I do not recognize this item',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7152,
//     type: 'Collections',
//     title: 'APARTMENT COLLECTION',
//     reason: 'This account is not mine',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7153,
//     type: 'Accounts',
//     title: 'TD BANK',
//     reason: 'Payment dates are incorrect',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7154,
//     type: 'Inquiries',
//     title: 'ALLY BANK',
//     reason: 'I did not authorize this inquiry',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
//   {
//     id: 7155,
//     type: 'Collections',
//     title: 'INSURANCE COLLECTION',
//     reason: 'This debt has been settled',
//     status: 'deleted',
//     tcpStatus: 'In Dispute',
//   },
// ];
