InterfaceFetchAccountsParams

interface FetchAccountsParams {
    id: readonly string[];
}

Properties

Properties

id: readonly string[]

The IDs of the Accounts in the database.