/** * 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. */ /** * Ids of entities grouped by entity type * @export * @interface InlineResponse202AcceptedDevinfoEntities */ export interface InlineResponse202AcceptedDevinfoEntities { /** * Commits ids * @type {Array} * @memberof InlineResponse202AcceptedDevinfoEntities */ commits?: Array; /** * Branches ids * @type {Array} * @memberof InlineResponse202AcceptedDevinfoEntities */ branches?: Array; /** * Pull requests ids * @type {Array} * @memberof InlineResponse202AcceptedDevinfoEntities */ pullRequests?: Array; } export declare function InlineResponse202AcceptedDevinfoEntitiesFromJSON(json: any): InlineResponse202AcceptedDevinfoEntities; export declare function InlineResponse202AcceptedDevinfoEntitiesFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse202AcceptedDevinfoEntities; export declare function InlineResponse202AcceptedDevinfoEntitiesToJSON(value?: InlineResponse202AcceptedDevinfoEntities): any;