iceberg-js
    Preparing search index...

    Interface ListNamespacesResponse

    interface ListNamespacesResponse {
        namespaces?: string[][];
        "next-page-token"?: string | null;
    }
    Index

    Properties

    namespaces?: string[][]
    "next-page-token"?: string | null