interface DetailedAccounts {
    account_array: null | DetailedAccount[];
}

Properties

Properties

account_array: null | DetailedAccount[]