/** * 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 BodiesSwapSprint */ export interface BodiesSwapSprint { /** * * @type {number} * @memberof BodiesSwapSprint */ sprintToSwapWith?: number; } export declare function BodiesSwapSprintFromJSON(json: any): BodiesSwapSprint; export declare function BodiesSwapSprintFromJSONTyped(json: any, ignoreDiscriminator: boolean): BodiesSwapSprint; export declare function BodiesSwapSprintToJSON(value?: BodiesSwapSprint): any;