/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.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 NEWUpdateOfTheArticleLink */ export interface NEWUpdateOfTheArticleLink { /** * The parent article ID. * @type {string} * @memberof NEWUpdateOfTheArticleLink */ parent_article?: string; /** * Indicates that the article is pinned on the top of list. * @type {boolean} * @memberof NEWUpdateOfTheArticleLink */ pinned?: boolean; /** * [VALUE]: -------------------------------------- Space ID associated with. * @type {string} * @memberof NEWUpdateOfTheArticleLink */ space_id?: string; /** * Indicates if article is active and actual. * @type {boolean} * @memberof NEWUpdateOfTheArticleLink */ state?: boolean; /** * Tags associated with the article. * @type {Array} * @memberof NEWUpdateOfTheArticleLink */ tags?: Array; /** * The text content of the article. * @type {string} * @memberof NEWUpdateOfTheArticleLink */ text?: string; /** * The title of the article. * @type {string} * @memberof NEWUpdateOfTheArticleLink */ title?: string; } //# sourceMappingURL=newupdate-of-the-article-link.d.ts.map