harmony/chatkit/src/main/ets/model/ait/AitAllPermission.ets
2025-07-10 08:57:32 +08:00

15 lines
273 B
Plaintext

/*
* Copyright (c) 2022 NetEase, Inc. All rights reserved.
* Use of this source code is governed by a MIT license that can be
* found in the LICENSE file.
*
*/
/**
* @所有人的权限
*/
export interface AitAllPermission {
yxAllowAt: string
lastOpt: string
}