/** * 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 InlineResponse200SubQuery */ export interface InlineResponse200SubQuery { /** * * @type {string} * @memberof InlineResponse200SubQuery */ query?: string; } export declare function InlineResponse200SubQueryFromJSON(json: any): InlineResponse200SubQuery; export declare function InlineResponse200SubQueryFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse200SubQuery; export declare function InlineResponse200SubQueryToJSON(value?: InlineResponse200SubQuery): any;