Type Alias AccountList

AccountList: { count: number; total: number; items: AccountResource[] }

Type declaration