/* tslint:disable */ /* eslint-disable */ /** * IDE API * Handle user environment * * OpenAPI spec version: 1.0.0 * Contact: dev@corley.it * * 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 InlineResponse202 */ export interface InlineResponse202 { /** * * @type {string} * @memberof InlineResponse202 */ id?: any; /** * * @type {string} * @memberof InlineResponse202 */ status?: any; }