he expected type comes from property 'name' which code example
Example: The expected type comes from property
type NewBalance = {
user_id: number
email: string
kodeTransfer: number
jumlahUang: string
jumlahPenarikan: string
waktuPenarikan: any
historyTopupSaldo: INewFindBalanceHistory[] // add empty array how to fix this issue
tanggalPembuatan: any
}
export interface INewFindBalance {
reportSaldoUser: NewBalance
}