/** * The Jira Cloud platform REST API * Jira Cloud platform REST API documentation * * The version of the OpenAPI document: 1001.0.0-SNAPSHOT * Contact: ecosystem@atlassian.com * * 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 RichText */ export interface RichText { /** * * @type {boolean} * @memberof RichText */ emptyAdf?: boolean; /** * * @type {boolean} * @memberof RichText */ valueSet?: boolean; } export declare function RichTextFromJSON(json: any): RichText; export declare function RichTextFromJSONTyped(json: any, ignoreDiscriminator: boolean): RichText; export declare function RichTextToJSON(value?: RichText): any;