iceberg-js
    Preparing search index...

    Interface ListTablesResponse

    interface ListTablesResponse {
        identifiers?: TableIdentifier[];
        "next-page-token"?: string | null;
    }
    Index

    Properties

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