/** * 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. */ import { InlineResponse200Filter } from './'; /** * * @export * @interface InlineResponse200ColumnConfigColumns */ export interface InlineResponse200ColumnConfigColumns { /** * * @type {string} * @memberof InlineResponse200ColumnConfigColumns */ name?: string; /** * * @type {Array} * @memberof InlineResponse200ColumnConfigColumns */ statuses?: Array; /** * * @type {number} * @memberof InlineResponse200ColumnConfigColumns */ min?: number; /** * * @type {number} * @memberof InlineResponse200ColumnConfigColumns */ max?: number; } export declare function InlineResponse200ColumnConfigColumnsFromJSON(json: any): InlineResponse200ColumnConfigColumns; export declare function InlineResponse200ColumnConfigColumnsFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse200ColumnConfigColumns; export declare function InlineResponse200ColumnConfigColumnsToJSON(value?: InlineResponse200ColumnConfigColumns): any;