recettes/ng-client/model/recetteParam.ts

29 lines
503 B
TypeScript

/**
* Recettes - OpenAPI 3.0
* API recettes
*
* The version of the OpenAPI document: 1.0.0
* Contact: meutel@meutel.net
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export interface RecetteParam {
/**
* Parameter unique id
*/
id: string;
/**
* Parameter name
*/
name: string;
/**
* Parameter type
*/
type: string;
}