Interface TMemberActionParam

成员操作参数

interface TMemberActionParam {
    actionType: TMemberActionType;
    classId: string;
    userId: string;
}

Properties

actionType: TMemberActionType

操作类型

classId: string

课堂 ID

userId: string

要操作的用户 ID

Generated using TypeDoc