/** * 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. */ /** * * @export * @interface CommentAuthorIncludedSchemaAttributes */ export interface CommentAuthorIncludedSchemaAttributes { /** * * @type {string} * @memberof CommentAuthorIncludedSchemaAttributes */ name?: string; /** * * @type {string} * @memberof CommentAuthorIncludedSchemaAttributes */ avatarUrl?: string; /** * True only for the tenant's virtual employee (user.type='ai'). Other system accounts (Support, integrations) are NOT the bot. * @type {boolean} * @memberof CommentAuthorIncludedSchemaAttributes */ isBoe?: boolean; } /** * Check if a given object implements the CommentAuthorIncludedSchemaAttributes interface. */ export declare function instanceOfCommentAuthorIncludedSchemaAttributes(value: object): value is CommentAuthorIncludedSchemaAttributes; export declare function CommentAuthorIncludedSchemaAttributesFromJSON(json: any): CommentAuthorIncludedSchemaAttributes; export declare function CommentAuthorIncludedSchemaAttributesFromJSONTyped(json: any, ignoreDiscriminator: boolean): CommentAuthorIncludedSchemaAttributes; export declare function CommentAuthorIncludedSchemaAttributesToJSON(json: any): CommentAuthorIncludedSchemaAttributes; export declare function CommentAuthorIncludedSchemaAttributesToJSONTyped(value?: CommentAuthorIncludedSchemaAttributes | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=CommentAuthorIncludedSchemaAttributes.d.ts.map