/** * 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 InlineResponse200Ranking */ export interface InlineResponse200Ranking { /** * * @type {number} * @memberof InlineResponse200Ranking */ rankCustomFieldId?: number; } export declare function InlineResponse200RankingFromJSON(json: any): InlineResponse200Ranking; export declare function InlineResponse200RankingFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse200Ranking; export declare function InlineResponse200RankingToJSON(value?: InlineResponse200Ranking): any;