UNPKG

@forestvpn/forestvpn_api

Version:

A package to interact api.forestvpn.com (manage vpn profiles, check usage statistics, manage locations, ...)

50 lines (44 loc) 1.03 kB
/* tslint:disable */ /* eslint-disable */ /** * ForestVPN API * ForestVPN - Fast, secure, and modern VPN. It offers Distributed Computing, Crypto Mining, P2P, Ad Blocking, TOR over VPN, 30+ locations, and a free version with unlimited data. * * OpenAPI spec version: 2.0 * Contact: support@forestvpn.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ /** * * * @export * @interface ICOLanding */ export interface ICOLanding { /** * @type {number} * @memberof ICOLanding */ tokens_total_amount?: number; /** * @type {number} * @memberof ICOLanding */ tokens_bought_amount?: number; /** * @type {number} * @memberof ICOLanding */ tokens_total_in_usd?: number; /** * ISO 8601 format * * @type {string} * @memberof ICOLanding * @example P6D18H17M50S */ price_increase_in?: string; }