/** * 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 InlineResponse200Location */ export interface InlineResponse200Location { /** * * @type {string} * @memberof InlineResponse200Location */ type?: string; /** * * @type {string} * @memberof InlineResponse200Location */ projectKeyOrId?: string; } export declare function InlineResponse200LocationFromJSON(json: any): InlineResponse200Location; export declare function InlineResponse200LocationFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse200Location; export declare function InlineResponse200LocationToJSON(value?: InlineResponse200Location): any;