/* tslint:disable */ /** * This file was automatically generated by json-schema-to-typescript. * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file, * and run json-schema-to-typescript to regenerate this file. */ export interface JoinGroupChat { /** * 必填,组件模板 ID,在商家平台生成。详情可查看下方 生成模板ID。 */ "template-id"?: string; }