/** * 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 InlineResponse200EstimationField */ export interface InlineResponse200EstimationField { /** * * @type {string} * @memberof InlineResponse200EstimationField */ fieldId?: string; /** * * @type {string} * @memberof InlineResponse200EstimationField */ displayName?: string; } export declare function InlineResponse200EstimationFieldFromJSON(json: any): InlineResponse200EstimationField; export declare function InlineResponse200EstimationFieldFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse200EstimationField; export declare function InlineResponse200EstimationFieldToJSON(value?: InlineResponse200EstimationField): any;