/** * 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 BodiesEstimateIssueForBoard */ export interface BodiesEstimateIssueForBoard { /** * * @type {string} * @memberof BodiesEstimateIssueForBoard */ value?: string; } export declare function BodiesEstimateIssueForBoardFromJSON(json: any): BodiesEstimateIssueForBoard; export declare function BodiesEstimateIssueForBoardFromJSONTyped(json: any, ignoreDiscriminator: boolean): BodiesEstimateIssueForBoard; export declare function BodiesEstimateIssueForBoardToJSON(value?: BodiesEstimateIssueForBoard): any;