helium/ts/interfaces/hotspots.ts

5 lines
132 B
TypeScript
Raw Normal View History

2022-02-11 16:49:12 +00:00
import { IWalletHotspotResponse } from './wallet';
export interface IHotspotResponse {
data: IWalletHotspotResponse['data'][0];
}