UNPKG

esiil

Version:

Minimalist library for EVE Online's ESI

6 lines (5 loc) 208 B
import IServiceResponse from "../ServiceResponse"; import IWalletBalance from "./WalletBalance"; export default interface IWalletBalanceServiceResponse extends IServiceResponse { body: IWalletBalance[] }