通过命名空间和 ID 获取项目的操作。

接口 GetOperation {
    key: string;
    namespace: string[];
}

属性

key: string

命名空间内的唯一标识符。

namespace: string[]

项目的层次路径。