/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Patchable fields. Only `body`, `isResolved`, and `mentionedUserIds` are editable. Edit by author OR tenant admin/owner; others get 403. * @export * @interface UpdateCommentRequestSchemaDataAttributes */ export interface UpdateCommentRequestSchemaDataAttributes { /** * * @type {string} * @memberof UpdateCommentRequestSchemaDataAttributes */ body?: string; /** * * @type {boolean} * @memberof UpdateCommentRequestSchemaDataAttributes */ isResolved?: boolean; /** * * @type {Array} * @memberof UpdateCommentRequestSchemaDataAttributes */ mentionedUserIds?: Array; } /** * Check if a given object implements the UpdateCommentRequestSchemaDataAttributes interface. */ export declare function instanceOfUpdateCommentRequestSchemaDataAttributes(value: object): value is UpdateCommentRequestSchemaDataAttributes; export declare function UpdateCommentRequestSchemaDataAttributesFromJSON(json: any): UpdateCommentRequestSchemaDataAttributes; export declare function UpdateCommentRequestSchemaDataAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): UpdateCommentRequestSchemaDataAttributes; export declare function UpdateCommentRequestSchemaDataAttributesToJSON(json: any): UpdateCommentRequestSchemaDataAttributes; export declare function UpdateCommentRequestSchemaDataAttributesToJSONTyped(value?: UpdateCommentRequestSchemaDataAttributes | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=UpdateCommentRequestSchemaDataAttributes.d.ts.map