chore(net-tool): 更新ChatGroupData字段
All checks were successful
/ release (push) Successful in 27s

This commit is contained in:
zhaoyingbo 2024-11-26 06:57:30 +00:00
parent 6253098bfb
commit 798e90f40b

View File

@ -126,6 +126,7 @@ export namespace Lark {
owner_id: string
owner_id_type: "open_id" | "user_id"
tenant_key: string
user_count: string
}
export interface BaseRes<T = any> {