helium/ts/interfaces/hotspots.ts
2022-02-11 17:49:12 +01:00

5 lines
132 B
TypeScript

import { IWalletHotspotResponse } from './wallet';
export interface IHotspotResponse {
data: IWalletHotspotResponse['data'][0];
}