import { MessageContentType } from "./message_content_type"; /** The type of the text message content. */ export interface ITextMessageContentType { /** Gets or sets the type of message. See . */ contentType?: MessageContentType; } //# sourceMappingURL=text_message_content_type.d.ts.map