/** * 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 InlineResponse200Filter */ export interface InlineResponse200Filter { /** * * @type {string} * @memberof InlineResponse200Filter */ id?: string; /** * * @type {string} * @memberof InlineResponse200Filter */ self?: string; } export declare function InlineResponse200FilterFromJSON(json: any): InlineResponse200Filter; export declare function InlineResponse200FilterFromJSONTyped(json: any, ignoreDiscriminator: boolean): InlineResponse200Filter; export declare function InlineResponse200FilterToJSON(value?: InlineResponse200Filter): any;