/* 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. */ /** * list of command parameters * @export * @interface ExecuteRecipeParameters */ export interface ExecuteRecipeParameters { /** * * @type {string} * @memberof ExecuteRecipeParameters */ key: any; /** * * @type {string} * @memberof ExecuteRecipeParameters */ value: any; }