UNPKG

@forestvpn/forestvpn_api

Version:

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

49 lines (48 loc) 980 B
/** * ForestVPN API * ForestVPN defeats content restrictions and censorship to deliver unlimited access to video, music, social media, and more, from anywhere in the world. * * 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 FeaturedImage */ export interface FeaturedImage { /** * * @type {string} * @memberof FeaturedImage */ small: string; /** * * @type {string} * @memberof FeaturedImage */ medium: string; /** * * @type {string} * @memberof FeaturedImage */ large: string; /** * * @type {string} * @memberof FeaturedImage */ x_large: string; /** * * @type {string} * @memberof FeaturedImage */ x_large2: string; }