5 lines
		
	
	
		
			144 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			144 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
import { Account } from '../../types'
 | 
						|
import { useGet } from '../util/useGet'
 | 
						|
 | 
						|
export const useAccounts = () => useGet<Account[]>(`/accounts/`)
 |