/** * 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 RecipeParameters */ export interface RecipeParameters { /** * parameter key name * @type {string} * @memberof RecipeParameters */ key: any; /** * parameter data type * @type {string} * @memberof RecipeParameters */ type: any; /** * parameter default value * @type {string} * @memberof RecipeParameters */ _default: any; /** * parameter description * @type {string} * @memberof RecipeParameters */ description: any; }