/* 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 Recipe */ export interface Recipe { /** * unique identifier of a volume * @type {string} * @memberof Recipe */ name: any; /** * * @type {Array<RecipeParameters>} * @memberof Recipe */ parameters: any; }