/**
 * CloudHospital Api
 * CloudHospital application with Swagger, Swashbuckle, and API versioning.
 *
 * The version of the OpenAPI document: 2
 * Contact: developer@icloudhospital.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 AdminMessageModel
 */
export interface AdminMessageModel {
    /**
     *
     * @type {number}
     * @memberof AdminMessageModel
     */
    'message_id'?: number;
    /**
     *
     * @type {string}
     * @memberof AdminMessageModel
     */
    'type'?: string | null;
    /**
     *
     * @type {string}
     * @memberof AdminMessageModel
     */
    'custom_type'?: string | null;
    /**
     *
     * @type {string}
     * @memberof AdminMessageModel
     */
    'channel_url'?: string | null;
    /**
     *
     * @type {string}
     * @memberof AdminMessageModel
     */
    'mention_type'?: string | null;
    /**
     *
     * @type {boolean}
     * @memberof AdminMessageModel
     */
    'is_removed'?: boolean;
    /**
     *
     * @type {string}
     * @memberof AdminMessageModel
     */
    'message'?: string | null;
    /**
     *
     * @type {string}
     * @memberof AdminMessageModel
     */
    'data'?: string | null;
    /**
     *
     * @type {number}
     * @memberof AdminMessageModel
     */
    'created_at'?: number;
    /**
     *
     * @type {number}
     * @memberof AdminMessageModel
     */
    'updated_at'?: number;
}
//# sourceMappingURL=admin-message-model.d.ts.map