接口 ListNamespaceResponse

interface ListNamespaceResponse {
    namespaces: string[][];
}

属性

属性

namespaces: string[][]