UNPKG

@forestvpn/forestvpn_api

Version:

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

71 lines (61 loc) 1.24 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 Task */ export interface Task { /** * @type {string} * @memberof Task */ id?: string; /** * @type {string} * @memberof Task */ assignment_date?: string; /** * @type {string} * @memberof Task */ execution_date?: string; /** * @type {number} * @memberof Task */ resources_used?: number; /** * @type {number} * @memberof Task */ data_used?: number; /** * @type {number} * @memberof Task */ storage_used?: number; /** * @type {any} * @memberof Task */ std?: any | null; /** * @type {any} * @memberof Task */ response?: any | null; }