Interface ListNamespaceResponse

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

Properties

Properties

namespaces: string[][]