/** * Jira Software Cloud API * Jira Software Cloud REST API documentation * * The version of the OpenAPI document: 1001.0.0 * * * 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 InlineResponse2001 */ export interface InlineResponse2001 { /** * * @type {Array} * @memberof InlineResponse2001 */ features?: Array; } export declare function InlineResponse2001FromJSON(json: any): InlineResponse2001; export declare function InlineResponse2001FromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse2001; export declare function InlineResponse2001ToJSON(value?: InlineResponse2001): any;